[ help ]

my object (player) is dragging after colliding with Dropper

Hi shvz73,

Welcome to our community! :slight_smile:

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:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms