Ball won't stop bouncing
Hey, guys, I know this should be an easy answer that I can find online, but I revisit this problem every few weeks and I can't seem to find what's wrong. I have a game that requires a few balls bouncing, and the issue is that when any of the balls fall, they don't stop bouncing. Yes, they get closer and closer to the ground, but never stop. I've heard that the bounce threshold matters, and I've seen the answers here:
https://forum.unity.com/threads/solved-pingpong-ball-wont-stop-bouncing.395663/
And here:
https://stackoverflow.com/questions/36412215/unity-make-a-ball-stop-bouncing-dont-snap-to-the-bottom
but I can't seem to get any of them to work. You can view the Inspector of the ball here: https://ibb.co/bZWBqc
Any help would be highly appreciated!!
Answer by Clastic · Feb 08, 2018 at 10:27 AM
Nevermind, found the issue. Apparently I wasn't setting the bounce threshold high enough. :-/
Your answer
Follow this Question
Related Questions
Ball Physics? 0 Answers
How do I get an object to behave like a balloon? 0 Answers
Objects wont stop bouncing if they fall. 0 Answers
Character bouncing issues 1 Answer