How to set a steady bounce for an actor, bounce starts to multiply (Fixed)
ohtukrw
Sir dogeMember Posts: 106
Hi guys,
I am making my hero to bounce off another actors and when I set the hero's bounciness to more than 1 point it starts to multiply it's bounce, until it bounces somewhere outside the game. How do I make a steady bounce? (higher than 1)
Comments
You can use motion linear velocity instead of bounciness , if hero overlaps or collides with actor2 change linear velocity y to 150
I found that bounce changes according to hero's initial position.