Hello.I want to able to turn my character right,left and back.Which variables and transitions I need to create to achieve this this.Thanks!Note that my animations are in place(no root animations).
Usually ‘turns’ are driven by the motion of the animation from input, rather than code.
What have you tried so far? Have you reviewed the learning material on animation?
If you aren’t using Root Motion then then it’s probably not going to do what you expect. Can you explain what you’re trying to do and how it’s setup?
Thanks for the reply.I tried checking Unity mechanim tutorial on assetstore.On animator controller there is a variable called ‘direction’.With this direction and speed variables ‘PlantNturnright’, ‘PlantNturnleft’ and ‘TurnOnspot’ blend trees are called.I tried to implement my own direction but couldn’t really do it.