Question by
tobinrivera1 · Oct 28, 2020 at 08:57 PM ·
gameobjects
How do I get an object to turn in the direction another object is facing?
I'm making a game where you have to sail at sea and I have setup a boat and a sail (they are two different game objects) I made the sail rotatable by the player but now I need to rotate the boat. So if I had turned the sail left the boat would start rotating left etc.
Comment
Your answer
Follow this Question
Related Questions
Cannot convert 'UnityEngine.GameObject' to 'UnityEngine.Vector3' Why is this? 1 Answer
Script in C sharp collision when entered fires arrows at player 0 Answers
Playing specific sounds when an object is revealed 0 Answers
Best practices to select a group of gameObjects 1 Answer
Cycle through objects on mouse click 1 Answer