|
i need help i can fly trough objects with a fly script here is the script
the basic's are from the mouse look script that comes with unity with a move script attack to it please help me
(comments are locked)
|
|
You actualy need to use physics engine to get any cld working: http://unity3d.com/support/documentation/Components/comp-DynamicsGroup.html if i attach a rigidboy it flys everywere or it does nothing.
Nov 23 '10 at 09:18 AM
crasyboy42
If you are using rigidbodys, you can't use transform.position +=... you will need to use AddForce: http://unity3d.com/support/documentation/ScriptReference/Rigidbody.AddForce.html
Nov 23 '10 at 11:20 AM
IJM
(comments are locked)
|
