Answer the question
In order to leave comments, you need to log in
Pointing 2D object to Unity cursor?
How to make the object look at the cursor? (The game is designed for a top view, if that)
Answer the question
In order to leave comments, you need to log in
You already know the position of the cursor - Input.mousePosition
Get a point in the "game world" - Camera.ScreenToWorldPoint
And rotate the object - Transform.LookAt
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question