I am working on a prototype for a top down space shooter on a normal 2D XY plane not a XZ one and I want to make the player look at the mouse.
I tried the raycast solution mentioned in the Survival Shooter project but it didn’t work because the Rigidbody2D rotation takes a float not a quaternion.