I am trying to animate more than one object, but they each will have the same animation just in a different location. My question is can i use the same animation on each object or do i have to create a different animation for each.
Currently when i try to animate the object it also has an x position and when i use it on the original object all works fine but when i use it on the other objects it moves them to the position original object. Also i think i should no im using the Transform of the game object to animate it
Also i didn’t know where else to ask this question, sorry if its in the wrong section.
What you need to do is put each of your objects into their own empty game object. Move the empty game objects around to where you want those objects to appear. This will let those objects animate in the local space of that empty game object.
I saw that topic and it didn’t work i really don’t understand why its so hard to achieve what i want to do… ugh i’m starting to get frustrated. i don’t understand why im having so much trouble with a simple problem… I’ve never had such trouble before… I think im over thinking this…