Is A* Pathfinding all good with unity 6?

  • A* version: 5.3.1
  • Unity version: 6000.0.24f1

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 :

So, I really don’t know what is happening, but i think it is missing the dll in the asmdef file, but i don’t know how to fix it…

someone can help me pls ??

Yea just came to see if other people were having this issue! I get the same error, maybe something broke in the latest update?

Are either of you upgrading from an older version, and if so, what version are you coming from?

Mine was on a fresh project

On the same versions as OP?

  • A* version: 5.3.1
  • Unity version: 6000.0.24f1 (or close to 24f1 at least)

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?

image

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.

1 Like

hmm interesting…
well, i was assuming that the .dll should show in this list, but i’m really not sure, as I just start using the A* Pathfinding

I think that it should be important to say that, i got more 2 errors in the console that i couldn’t understand it:

image

and

image

I’m on 6000.0.34f1 should I downgrade?

Im still getting the same issue in the lower version of unity 6 6000.0.23f1. What version would work? a preview version?

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.

Hi

I have managed to replicate this, and a fix will be included in the next update. The latest entities package broke some things.

1 Like