- Home /
When an object bounces between two bouncy objects it goes through them
I used a 2d physics material for my 2d game and I applied it to a few objects to create bounce pads. The problem is that when there is a bounce pad above and below me and I bounce and start hitting both of them my object that is bouncing goes extremely fast and just goes through the bounce pads at some point and through my map.
Answer by secondstory · Sep 30, 2019 at 08:55 PM
You might want to clamp the maximum velocity. See this answer: https://answers.unity.com/questions/9985/limiting-rigidbody-velocity.html
Thank you! The bug is fixed. The bounce pad bug sort of was game breaking for my game, since there is going to be a level editor and you can place bounce pads in it.
Your answer
Follow this Question
Related Questions
How to keep player from bouncing off objects? 0 Answers
Bouncing Toward Target Point 0 Answers
2D game - Sprite deformation when add frce 2 Answers
Is there a standardized way for creating a 2D ball physics movement method? 0 Answers
How can I make sure triggers or collisions are never skipped even for high speeds? 2 Answers