- Home /
Question by
RAPIDRAJU · Oct 25, 2018 at 05:45 AM ·
animation controlleranimation problem
animation does not work
problem is when I click on the play button then game start but does not animate the game object. where is the problem? I have a tow script file in my project 1.PlayerController c# script 2.AnimationController c# script. 1. AnimationController Scrip
[link text][1] [1]: /storage/temp/126651-animatorcontroller.txt
when I write animatorcontroller script then run the game and it will not animate the game object.
animatorcontroller.txt
(823 B)
Comment
Answer by michi_b · Oct 25, 2018 at 06:10 AM
I see your Start() and Update() methods in the provided code are written in lowercase (start() and update()). This way they won't be called by Unity.
Your answer
