Reply To: [BUG] Exception while stopping playmode.

NodeCanvas Forums Support [BUG] Exception while stopping playmode. Reply To: [BUG] Exception while stopping playmode.

#14944
Gavalakis
Keymaster

Hello,
This has been fixed already. To fix this, please open up Graph.cs file and change line #528

From this:
Debug.Assert(Threader.applicationIsPlaying, "StartGraph should have been called in play mode only.");

To this:
Debug.Assert(Application.isPlaying, "StartGraph should have been called in play mode only.");

Please let me know if that works for you (or if you want me to send you the fix to your registered email)

Thanks,

Join us on Discord: https://discord.gg/97q2Rjh