Saving and restoring the whole and exact running state of a graph is not possible. The best approach of saving and restoring the graph state, is to design the graph in a dynamic way so that the conditions which will evaluate will make the graph come to the desired state. Blackboard variables can be of help to that, especially since you CAN save and load blackboard variables to a son string using the Serialize and Deserialize methods found in the Blackboard class. So in essence, by saving and loading variables only, the graph flow (due to conditions) will return back to the state it was/needs to be.
Please let me know if that help.
Thank you.
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.