0 votes

Hi!
I am trying to set the animation unique for each sprite, I looked in the forums but still nothing.
In the tool I have already set everything as "make unique", but no effect.
Has anyone ever experienced this?

enter image description here
enter image description here
enter image description here

in Engine by (19 points)

Make Unique in the editor doesn't set any state of some sort, it just makes sure a resource is unique within the scene at the time you do it, not for every subsequent copies.
However I'm not sure what happens if you have a resource that is saved into a file, do you have any of these in your scene?

You should take a look at the documentation to see how exactly you want duplicate to clone your scene: http://docs.godotengine.org/en/stable/classes/class_node.html?highlight=duplicate#class-node-duplicate

Did you try duplicate(false)?

Is your object a scene or just some nodes that you copy in the tree?

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.