- Home /
Other
Players slips on slopes for no reason.
My player's avatar continuously slips on a slope slowly in a random direction once I apply a AddForce. The avatar has a Rigidbody and a capsule collider. I have tried to use a Physics Material and played around with the friction values, nothing happens. I have tried changing the Mass values on the Rigidbody. That doesn't work and it messes up the AddForce function. The terrain is a low poly model I have made in Blender with a Mesh Collider. I have attempted adding a Physics Material on that as well. I really need the character to stop slipping. Please help.
try removing the meshcollider. Check the direction of your forces. Also adding perhaps a gif or image of your issue might help. Same for some codesnippets of how you add your force.
Follow this Question
Related Questions
Bouncing a rigidbody on a rigidbody 0 Answers
OnTriggerEnter works, OnTriggerExit doesn't 3 Answers
Anyway to make my object not fall through the floor without convex? 0 Answers
Can I control mass density of colliders in a rigidbody independent of their size? 1 Answer
Rigidbodies won't collide if mass difference is too high 0 Answers