I just installed the package un my unity project and get this error:
Assembly ‘Library/ScriptAssemblies/AstarPathfindingProjectEditor.dll’ will not be loaded due to errors:
Unable to resolve reference ‘AstarPathfindingProject’. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
and in the AstarPathfindingProject.asmdef is like the following image :
this project i upgraded from unity 2022.3.32f1, but it was some months ago, before i even had the pathfinding. So when Unity 6 has launched i upgraded the project to this version, but it was all good.
and now i imported the pathfinding package into the unity 6 version.
For what it’s worth, I went to check my installation and I have the same missing assembly, but I’m not having any issues with the plugin. I’m assuming the plugin is functional for you both?
Let me know if this is impacting usability. Even if it’s not, I’ll tag @aron_granberg as this may indeed be holding up some users.
Im on Unity version 6000.0.32f1 and Astar 5.2.2 and not seeing this issue. Will be upgrading my Astar this week so I will let you know if it’s the Astar version causing issue.