im using the ball breaker template right now and the ball gets faster and faster when it hits the paddle. i dont want it to do that. how do i make it bounce at a consistent rate?
Keep the restitution between the object and the platform the same, and don't choose too high of a number because that is what is causing it to jump out of control. Next, as everyone has said, put a max speed on there and apply that max speed as well, you can find that in the actors attributes. So say your speed is 300, then you want to set the max speed to 300 so it stays constant.
Comments
or maybe just apply a maxspeed