VS Code shows problems with AstarPathfindingProjectEditor

The type or namespace name … could not be found (are you missing a using directive or an assembly reference?) [AstarPathfindingProjectEditor] (CS0246)

My steps:

  1. New Unity Project, 2019.4.13f1 LTS
  2. Import astarpathfindingproject_master_free_4_2_15_671e80cf.unitypackage
  3. 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?

Hi

This is not a problem specific to the A* Pathfinding Project.
I think you will have more help in general VSCode or Unity related forums.

Downgrading to com.unity.ide.vscode@1.1.3 solved it.