I have a scene where I can place machines that keep running a process that constantly changes their attributes.
These machines have a position and a sprite in one scene, but need to keep running even if I change the scene.
I'm having trouble managing all the scene changing, saving and loading resources.
Is there a best practice for this case? What is your suggestion?
Thanks in advance.