Spyke

Replies

godot

Comment on

Problem with 3D Rigidbody.

Are you setting the linear velocity explicitly? For rigidbodies, you should be controlling them with forces for the physics to work correctly.

If you want to control velocities, you need to use a kinematic body and code the physics logic yourself.

You reached the end