How to make a unique copy of node?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AndrewD

I have a node with animation that player can start. In main scene I hane a copies of this node. When I turn on animation on any of this nodes, it plays on all.
How to fix it?

did you mean you have several instances of the same node? if so, you can make the instances unique from others by right-clicking the node, then check the ‘Editable Children’ so you can edit their children and properties.

asetyowatir | 2020-10-20 04:53

Do you need to make them unique using a script or do it using the editor?

yanb | 2020-10-25 17:33

:bust_in_silhouette: Reply From: zen3001

my awnser on this thread should help you:
https://forum.godotengine.org/9190/make-a-resource-unique