- Home /
Combining 2 read only animations
I have 2 imported read only animations. AimDown and AimUp for my character. Both of them are static, so no movement included.
My goal is to make a script that lets my character aim follow the mouse on the y axis. For this i intend to create an animation from the two on top, and call this new animation frame bye frame according to the mouse rotation.
I'd like to create an animation which starts at the AimDown position, and ends at the AimUp position.
Can you help me with this, or is this even possible?
I don't have much experience with Unity, just experimenting right now. And sry for my english :)
Your answer

Follow this Question
Related Questions
FPS Aim Down Sights. Exact Position. 1 Answer
Can the animation editor create local rotational data? 3 Answers
Mouse to control animations 0 Answers
Can I combine animation of different objects 0 Answers
Adding animation clips via script 2 Answers