I have upgraded to Pro, and I have the following errors visible now. I have tried deleting astarproject folder and reimporting. Any advice?
Assets\AstarPathfindingProject\Editor\GraphEditors\LayerGridGraphEditor.cs(6,38): error CS0246: The type or namespace name ‘GridGraphEditor’ could not be found (are you missing a using directive or an assembly reference?)
Assets\AstarPathfindingProject\Editor\GraphEditors\LayerGridGraphEditor.cs(5,3): error CS0246: The type or namespace name ‘CustomGraphEditorAttribute’ could not be found (are you missing a using directive or an assembly reference?)
Assets\AstarPathfindingProject\Editor\GraphEditors\LayerGridGraphEditor.cs(5,3): error CS0246: The type or namespace name ‘CustomGraphEditor’ could not be found (are you missing a using directive or an assembly reference?)
Assets\AstarPathfindingProject\Editor\GraphEditors\LayerGridGraphEditor.cs(7,24): error CS0115: ‘LayerGridGraphEditor.OnInspectorGUI(NavGraph)’: no suitable method found to override
Assets\AstarPathfindingProject\Editor\GraphEditors\RecastGraphEditor.cs(7,35): error CS0246: The type or namespace name ‘GraphEditor’ could not be found (are you missing a using directive or an assembly reference?)
Note: There are actually several CS0115 errors and CS0246 errors which I have not copied. I suspect theyre the result of the first errors.