What's the best way to set up an animator controller for a character that can look up, down, or sideways?
Hello,
I'm a newbie here, so I'm going to apologize up front if this q is dumb.
I have a character I'm trying to animate (2D). It has three basic states: idle, walk, and jump. My problem is, it can also be facing up, down, or sideways -- boosting the total number of states to 9, all with a lot of different transitions. Is there a way to manage this properly? Because I feel like creating nine separate states and managing the transitions is not super viable, especially if I want to add other actions.
Answer by littlemisshorror · Aug 11, 2017 at 06:50 AM
A blend tree is what you need , they are covered in this series
https://www.youtube.com/watch?v=Pk3GCgaNVTY&list=PLiyfvmtjWC_X6e0EYLPczO9tNCkm2dzkm∈dex=1
Your answer
Follow this Question
Related Questions
How do I stop an animation from looping? 1 Answer
Sprite facing the wrong way while not moving,Sprite facing the wrong way when not moving 2D 0 Answers
How can I do an Enemy while He's walking his HEAD always see the Target? 1 Answer
Spawned game object does not carry the Animator component 0 Answers
Using a frame of one animation as a reference to editing another object. 0 Answers