Reply To: Serialization not taking place in runtime

Forums 💬 NodeCanvas ⚙️ Support Serialization not taking place in runtime Reply To: Serialization not taking place in runtime

#16977
Gavalakis
Keymaster

    Hello and sorry for the late reply!

    Indeed, in version 3.2.1, serialization in runtime was still disabled, however you can simple enable it by opening up Graph.cs and change line #67 to be like this, essentially commenting out or deleting the check for runtime:

    (Please note that a similar check is also done in Blackboard.cs at line #43 in case you also want to change that).

    Please let me know if making the above modification works for you.
    Thanks!