Hi i am making a helicopter game. My helicopter have turn right and left button (Rotate). I have forward button so if i press forward button starting this code:
transform.position += new Vector3 (0,0,1) * Time.deltatime * 5;
But if helicopter rotate another direction and if i press forward button helicopter is moveing global position. I want the helicopter move rotate axis (Move Local Position). Yes my English bad