I have big problem PLEASE HELP ERROR CS1061
https://pastebin.com/unDhY6dr <- Error on Line 94. I'm getting CS1061 error https://pastebin.com/bVicUnK4 <- Error on Line 183. Same Error. https://pastebin.com/kfCrktX6 <- Error on Line 139 Same Error
please help me
Answer by Jawchewa · May 18, 2017 at 03:52 AM
I think your issue is that you are trying to call the function "animator.Stop()". The problem is that the Unity Animator component doesn't have this function, as you can see in the documentation:
https://docs.unity3d.com/ScriptReference/Animator.html
I'm not super familiar with the Animator component, but I would recommend looking into some of the other Animator functions to find the one that does what you want.
Your answer
Follow this Question
Related Questions
Problem with game animation for gameobject movement 0 Answers
Can I copy moves from one animator to another using Mecanim? 0 Answers
Animator: multiple characters and one script 0 Answers
Animator Controller sets default values even if Write Defaults is disabled 0 Answers
animator.SetFloat doesn't work 0 Answers