Bouncing out of control

While repeating the block breaker, after adding the bounce material to the ball 1.5 it can bounce so fast it escapes through non triggered collider 2D no matter how thick.
How can I fix it ??:wink:

Hi Kamel,

Try changing the Collision Detection mode of the Rigidbody component to Continuous, e.g. not _Discrete.

Hope this helps :slight_smile:

Privacy & Terms