RigidBody
This component lets your GameObject to be affected by the gravity
RIgidBody doesn't affect the rotation of the GameObject
Component Author: Jabo Release Date: April 11, 2020
new RigidBody()addHorizontalForce(int xForce); // Moves object left and right
setMass(float mass); // Sets the mass of the GameObjectLast updated
Was this helpful?