Pathfinding Pro Version Can Cause Editor Crashes

Maybe calling Assembly.GetTypes on Awake is bit early?

Hi

That looks very odd. Calling Assembly.GetTypes definitely shouldn’t crash anything regardless of when it is called. I am guessing something else in your project is causing this. Possibly some interaction with the burst compiler, I have seen it get very unhappy if it fails to compile jobs sometimes (and I think this may happen just in time when the types are loaded).