Apply low gravity only for specific object.

Hi,how can i make that this script apply low gravity to specific object (object what i want 1 or 2) not for all game object who have rigibody,but only affecting one specific object. Thanks. :slight_smile:

Physics.gravity = Vector3(0, 2, 0);

Add a ConstantForce component to any object you want to have low gravity (Component > Physics > Constant Force). Then set the ‘Y’ value according to how much you want gravity to be damped. Try values in the 7 - 9 range to start.