NodeCanvas Forums › Support › [BUG] Exception while stopping playmode. › Reply To: [BUG] Exception while stopping playmode.
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.");
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.");
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
Username
Password
Remember Me
By registering on this website you agree to our Privacy Policy.
Email
Confirm Password
Username or Email