- Home /
Angle of incident (Physics material 2D)
I've created a simple 2D single-person ping pong game(more likely to be a baseball game) and inside the game, there's a ping - pong racket, four walls and a ball. I've added a circle collider 2D, Rigidbody 2D (gravity set to 0 and others are default) to the ball and physics material 2D to the Rigidbody 2D of the ball. The friction of the physics material 2D is set to 0.4 and the bounciness is set to 1. According to physics, when the ball hits the wall at 45 degrees, the ball should change direction of 90 degrees but Unity only changes the direction of the ball about 70 degrees. How can I solve this problem?
Your answer
Follow this Question
Related Questions
Physic Material Component reference 1 Answer
How are BounceCombine values combined? 1 Answer
Object slides 0 Answers
Making an object frictionless at the push of a button 1 Answer
How PhysicsMaterial2D can be operated while the game is running? 0 Answers