- Home /
How to swap an animation between two different models?
Can anyone tell me how i can swap an animation on a model with another model without changing the effects in the animation.
could you make the question a little more understandable, I can't fully grasp what your problem is.
Answer by Owen-Reynolds · Jun 18, 2012 at 01:34 AM
Animations like to be set-up ahead of time, so: give both models both animations. One plays A, the other plays B. To "switch" them, model #1 stops A and starts B, and model#2 does the opposite.
If you need them to sync-up, can read off animation.time
from one, and set time
to that on the other.
Your answer
Follow this Question
Related Questions
FPS drop when moving against objects 0 Answers
Combine Objects/Meshes to reduce drawCalls 2 Answers
Unity - Player Click to lower or raise terrain 0 Answers
Android fps problem. 0 Answers