Hi, I'm looking for a way to add undo option to my project. My initial idea is crating packed scene for all needed nodes and revert back to original node all values. How can I do that?
Another idea is removing and replacing node using packed scene but it's making few issue with my actual code.
Maybe someone have another idea how to achieve step back functionality?