So I have a question about rotating an object. I’m using the WSAD keys to move around, but I want to when I hold down the left mouse button, rotated the object either left or right. I made a ship and it will be a cool way to move it around.
So I have a question about rotating an object. I’m using the WSAD keys to move around, but I want to when I hold down the left mouse button, rotated the object either left or right. I made a ship and it will be a cool way to move it around.
You’ll need Input.GetAxis( “Mouse X” ); same for Y. And Rotate obviously. Or alternatively this.