Reply To: [BUG] Exception while stopping playmode.

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

#16344
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,