Hi. I have some objects that I need to be rigidbodies so that i can add forces to them, but they always fall down out of view, even if Use Gravity is unchecked. Have also tried adding "rigidbody.useGravity = false;" to the script, but this does nothing either. Just seems like every rigidbody has gravity no matter what, how can I disable it? Absolute beginner here so any help greatly appreciated. Thanks muchly.
Depending on your needs you may be able to use the constraints function under the objects rigid body and lock it to a certain axis.
I would require more information to answer this better.