How to control a spaceship near a planet in Unity3D?

Posted by tyjkenn on Game Development See other posts from Game Development or by tyjkenn
Published on 2012-01-28T23:43:39Z Indexed on 2012/03/19 10:19 UTC
Read the original article Hit count: 299

Filed under:
|
|

Right now I have spaceship orbiting a small planet. I'm trying to make an effective control system for that spaceship, but it always end up spinning out of control. After spinning the ship to change direction, the thrusters thrust the wrong way.

Normal airplane controls don't work, since the ship is able to leave the atmosphere and go to other planets, in the journey going "upside-down". Could someone please enlighten me on how to get thrusters to work the way they are supposed to?

© Game Development or respective owner

Related posts about physics

Related posts about unity