my object (player) is dragging after colliding with Dropper
Hi shvz73,
Welcome to our community!
What do you mean by dragging? Do you mean that the player bounces off and slides? If so, that’s the correct behaviour in the physics simulation because the ground does not have any friction. It’s like ice.
If you want to add friction, you could take a look at the Physics Material in the Unity manual, or you could try to increase the Drag value in the Rigidbody component.
Did this help?
See also:
- Forum User Guides : How to apply code formatting within your post
- Forum User Guides : How to mark a topic as solved
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.