How to disable bounce?

I was wondering how do I disable bounce for an object as my player will bounce when hitting the ground and I can’t figure out how to keep it from bouncing as I am using the Unity physics and want the player to land flat on the ground without bouncing.

Check out the Physics Materials. Here you can define how bouncy your colliders are.

Just set Bounciness to 0 and Bounce Combine to Minimum.