Player intersecting with ground during jump landing
Hi there! My problem is very simple : I have a basic level with a ground (Made with a simple scaled cube) and a player (also a cube), this cube has basic movement commands (wasd for "walking around") and jumping. The jumping action is simply a change in the y velocity of the player (through the AddForce method) and the jump works just fine... at least until the player lands, when the player lands it briefly intersects to the ground and then just pops back on surface.
P.S.: The solutions i've already tried : playing around with the physics materials of both the cubes and adding a rigidbody to the ground.
Your answer
Follow this Question
Related Questions
Car will only turn right (& ignored collders) 0 Answers
Grasping an object with a robotic arm 1 Answer
OnCollisionEnter works, but IgnoreCollision does not 0 Answers
Bounce, gravity and velocity 1 Answer