The type or namespace name … could not be found (are you missing a using directive or an assembly reference?) [AstarPathfindingProjectEditor] (CS0246)
My steps:
- New Unity Project, 2019.4.13f1 LTS
- Import astarpathfindingproject_master_free_4_2_15_671e80cf.unitypackage
- Edit -> Open C# Project
This happens:
I’ve tried:
- Recreating csproj files, cache, libraries
- Reinstalling Unity with different versions
- Reinstalling VSCode and all extensions
- Downgrading Visual Studio Code Editor
- Reinstalled different versions of .NET SDK
This only happens with AstarPathfindingProjectEditor.
Problem seems related to VSCode, but I can’t find help elsewhere.
Suggestions?