reparent
? I’m not sure I understand the situation fully.
You can remove a node from the tree, that will keep variables mostly-functional.
get_parent().remove_child(self)
I’m not sure what “the second node” is in this case.
maybe you need to use duplicate
too?
Perhaps, thanks for the answer, but I have already solved this problem by creating an identical object, although it would probably be more convenient to do this using duplicate, but okay. Thank you very much for the offer!
- Remove from scene:
Removing the node from its parent node should cause it to stop receiving signals from the main scenetree and therefore stop updating/rendering. - Keep loaded:
As long as you maintain a variable referencing the node, it should keep it loaded.