I am making a top down, twin stick style shooter for pc. I basically am trying to get my player to rotate to look at my mouse cursor. I have read through about a billion forum posts where people are asking the same thing, with many more people replying with “solutions” and then the original poster says they don’t work/help for any reason and then the forum post ends with no conclusion.
I tried using/modifying the mouse look script that comes with unity and only using the Mouse X axis, but that only makes the player turn when moving side to side with the mouse (for obvious reasons).
There has to be someone who has created a simple script or knows how to make an object face the mouse position. Any help is greatly appreciated. I’ve been trying for days to get this to work.