- Home /
Sliding and gravity.
Hello. I am trying to make a good 3th person controller for my game and i have a problem with gravity..
How can i check, that my character is above ground or not? And another: how can i prevent sliding from slant?
I am using riginbody and capsule collider. (I dont even need character above ground becouse we can't jump)
Answer by venusboysatish · Oct 07, 2013 at 08:49 AM
quick and dirty fix- create a new physics material. set its static and dynamic friciton to 1(maximum value). use this material as the physics material on your capsule collider. if this doesn't work, increase the drag on your rigidbody.
Your answer
Follow this Question
Related Questions
Let Character Controller jump. 0 Answers
Grounded state problems when sliding 0 Answers
Let Character Controller jump. 1 Answer
Moving Character Down a Ramp 3 Answers
MMD How to export model and animations to Unity as 3rd person controller? 2 Answers