Make a gameobject for the craft with only the rigidbody, and move the rendering components to the child object, then make a public Transform variable to which you assign the rendering childs transform.
Depending on your game you might want to move your colliders for the craft as children of the rendering object in this method, since otherwise they won't rotate.
The only con here is that you need more manual control over the rotation.
↧