- Home /
Is it possible to duplicate an object with animator controller in there
Can i just duplicate an object with animator controller, and a script which controls the animator controller bool?, I've tried to duplicate a zombie, the only animate is the original zombie, but the other aren't animated, what should i do?
Please show the script attached to the zombie and the script that instantiates the zombies.
Also right off the bat I can tell you that there should be no "original zombie" ins$$anonymous$$d a Zombie prefab should be the thing being instantiated for every zombie.
Answer by Cornelis-de-Jager · Jul 11, 2017 at 03:40 AM
Make a prefab from the Original Zombie. You do that by simply dragging and dropping the Zombie into the Asset folder. You can then drag and drop the Prefab into the scene. It should work for all zombies. (The animation that is)
Your answer
Follow this Question
Related Questions
Duplicate Animator Controller problem - models still using the previous controller 1 Answer
How to add Struggling Animation 0 Answers
Character won't run straight 1 Answer
Animation States and Transitions not Respected 1 Answer
Building Tilemap Animations in code require AnimationController 0 Answers