system
November 1, 2019, 12:08am
1
Attention
Topic was automatically imported from the old Question2Answer platform.
Asked By
jujumumu
When you duplicate a node then changing one changes the other, how can I prevent that?
How are you initially creating the (first) node? is it another scene that your are instancing?
Eric Ellingson | 2019-11-01 03:26
I first create the node, then duplicate it by right clicking
jujumumu | 2019-11-01 21:42
system
November 2, 2019, 10:09am
2
Reply From:
MaggoFFM
This behavior is only when i instance the nodes.
When duplicating (Control + D ??) it should not happen.
But you can clear inheritance.
Right click on the node in scence tree “Clear Inheritance”
I don’t see such an option when I PPM a node.
Loreno | 2021-01-09 16:16
system
November 2, 2019, 1:08pm
3
Reply From:
Adam_S
Select your duplicated node then in the inspector click on the little tool icon and select “Make Sub-Resources Unique”. You have to do that also for all child nodes.
That works. That’s good that I had just 4 nodes in my duplicated tree. I don’t really like this feautre, it’s not very intuitive.
Loreno | 2021-01-09 16:16
Thanks! This helped me a lot!
blue_robin | 2022-02-19 02:33
2 Likes