so I have a bunch of bouncy platforms in my platformer. they work fine when i jump on them but when i fall down on them from high heights they bounce me up so much. ik this has to do with the speed and the bounciness but is there a way to make it bounce you the same distance regardless of your speed?
Please don’t cross-post .
You’d have to do this yourself because bouncing to the exact same height isn’t a guaranteed response from the physics system given its approximations and things like position correction.
Of course I’m talking about 2D physics here which I’m assuming you mean.