[SOLVED] RigidBody bounce

I am looking for bounce property on rigid body component, like in Unity3D, but can’t find it.
Is there a special way to activate it with code, or there is no bounce in Playcanvas

Hey Dava, you can achieve the bouncing effect by tweaking the Restitution of dynamic rigid body.
You can read more about it here.
https://developer.playcanvas.com/en/api/pc.RigidBodyComponent.html

1 Like

Hi Saif, it’s working.
Thanks :slight_smile:

1 Like