I’m running into a problem with AstarPathfindingProject in my Unity project.
Unity Version: 2022.3.22f1
Error after import:
System.ExecutionEngineException: String conversion error: Illegal byte sequence encounted in the input.
Error when hovering over AStar component in inspector:
NullReferenceException: Object reference not set to an instance of an object
Pathfinding.AstarPathEditor.DrawMainArea () (at ./Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs:278)
Pathfinding.AstarPathEditor.OnInspectorGUI () (at ./Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs:201)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass72_0.<CreateInspectorElementUsingIMGUI>b__0 () (at <80a8ce1980c648dca8e68f0d8aa3b930>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
Also missing one link in assembly defenition
“GUID:8a2eafa29b15f444eb6d74f94a930e1d” is empty link
Help