Hello,
I’m using JetBrains Rider code editor which adds the following file to the project: Assets\Plugins\Editor\JetBrains\JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll
It seems to cause an issue with A* Pathfinding Project because when I’m selecting the gameobject with the Astar Path component I get the following error:
ReflectionTypeLoadException: Exception of type ‘System.Reflection.ReflectionTypeLoadException’ was thrown.
System.Reflection.Assembly.GetTypes () (at :0)
Pathfinding.AstarPathEditor.FindGraphTypes () (at Assets/AstarPathfindingProject/Editor/AstarPathEditor.cs:1422)
Pathfinding.AstarPathEditor.OnEnable () (at Assets/AstarPathfindingProject/Editor/AstarPathEditor.cs:85)