Hi people!!! So... someone know to use the Constant Force by script? I need to move a GameObject with Constant Force but I need to use scripts!!! thank!!!
Just add it to an object with a rigidbody component and a collider component.
Small example :)
constantForce.force = Vector3.up * 1;
Remember it has to be attatched to a rigidbody.