- A* version: [5.4.5]
- Unity version: [6000.0.68f1]
Hi there, I’m trying to run an existing project on my Mac and I’m unable to get A* running due to what looks like missing assembly references. I can see the Clipper2Lib and Pathfinding.Ionic.Zip.Reduced dll files in Plugins/, but in the AstarPathfindingProject assembly definition asset, the references to those files are missing:
We’ve tried reimporting both dll files without success, deleting and reimporting the Library folder, and switching build platforms to Windows without success. Another dev on this project using windows sees the following assembly references:
For me, they don’t appear in the dropdown list if I try to add them.
Any suggestions? Thanks!
Relevant console errors:
Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs(18,19): error CS0234: The type or namespace name ‘Ionic’ does not exist in the namespace ‘Pathfinding’ (are you missing an assembly reference?)Packages/com.arongranberg.astar/Graphs/Navmesh/TileHandler.cs(4,19): error CS0234: The type or namespace name ‘Clipper2Lib’ does not exist in the namespace ‘Pathfinding’ (are you missing an assembly reference?)Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs(526,3): error CS0246: The type or namespace name ‘ZipEntry’ could not be found (are you missing a using directive or an assembly reference?)

