Neat, definitely leave some hours for sound implementation as it would really enhance the experience.
Regarding the rocket looking jittery. If it's a unity rigidbody, try setting the interpolation to interpolate & your movement code on the rocket should be in FixedUpdate(). Maybe doing those 2 things will help ya.