Bug with JetBrains Rider code editor dll

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)

Hi

Which version of the package are you using?

Hi Aron,

I’m using the latest version (4.2.5)

Strange. I thought I had fixed this exact bug in an earlier version… I will try to debug it more.