Top Down Shooter

Does anyone know a good TDS tutorial?
If not this is the thing troubling me: I Want the character to look at the cursor
But, I want him to move upwards when I press W regardless of which way he is looking
Thanks

There’s this project called “Angry Bots” which is bundeled with your most recent Unity Version installation.
It’s basically what you are looking for conveiniently put together in a whole project. :wink:

Thanks, looks great

lol motionblur :stuck_out_tongue:

?

or you could just get a script that makes the character rotate to the mouse and add a platform controller for the movement.