- Home /
Question by
DragonHin · Apr 28, 2016 at 08:41 PM ·
player movement
Can I give a max limit to my animator parameters?
I make my character jump but it was unstable like sometimes it jump out of range. So i think it was because of the parameter, so i want to give it a limit. Help please!
Comment
Since you can only change the parameter value in the inspector (so, not during playing the standalone build) and via script, why not just use $$anonymous$$ath.Clamp when changing the value via script.
Your answer

Follow this Question
Related Questions
Trying to make a 2d object launch towards the mouse when I left click. can anyone help? 2 Answers
3rd person camera bugs when moving backwards 0 Answers
How to move player head using mouse movement 0 Answers
rigidbody based character controller 0 Answers
,Switching 2D platformer from x.y to z,y 0 Answers