Reply To: Serializing current execution state

Forums 💬 NodeCanvas 🗨️ General Discussion Serializing current execution state Reply To: Serializing current execution state

#13937
rsklnkv
Participant

    If someone is looking for solution for a similar question

    FSMOwner rather easy to serialize – just serialize index of currentState and on load apply it through EnterState
    Behaviour Tree – we don’t need it
    FlowGraph – for now I have no solution how to serialize current execution state of it, would be happy to be pointed into a right direction