I’ve tried using the sample scene that needle provided for 3rd person view but its not working properly in a closed environment. I’m not able to see the character itself. I tried using the same character in my scene but I’m just floating the character falls down even though there is collider. Please help me with this
So, if you haven’t done that, you might want to add them to your animator as well. The CharacterControllerInput is setting them by name, so make sure to name them exactly the same and of the same type.
And then you can use them as conditions for a transition. Just select the white arrow and add the condition when to jump into the new state. Use the sample’s Animator as a reference
Also, to help your workflow, you can rename the nodes, so it is simpler to work with. Also you should be able to rename the animation name in the model import.
I did add the parameter… When I check it the player goes into idle pose but nothing else (like when I press movement keys the player still is in idle pose and moving). Do you have any idea why that happens. I used the sample scene as reference and did it fully
If the preview doesn’t work that would probably mean the animations themselves are incorrect OR the blending is incorrect OR the state has the incorrect animation (?)
If it does, then the conditions or exact names are “wrong”.