Tagged Questions
2
votes
2answers
544 views
Making mouse pos realtive to a moving object
I'm coding my first actual game, trying without following tutorials, just trying to use my knowledge so far to make something playable. I'm creating (attempting) a simple side-scrolling shooter. I ...
1
vote
1answer
1k views
Looking at the mouse position in a top down Unity game?
I'm trying to make a simple top down game where the player looks at wherever the mouse is pointed. The player is only going to rotate on the Y axis.
Here's what I have so far but I can't seem to get ...