- Home /
How to implement top down shooter 2d controls in a 3d environment?
Hi, im trying to make a top down shooter where you can control your character's movement with the wasd keys and and use the mouse to control the direction your character is facing, using left click to fire. However, my game is in a 3d environment and the terrain the player is standing on isnt always flat so most standard tutorials for top down shooter controls dont work.
How could i go about coding something that accounts for the fact that the character isnt standing on a flat 2d plane?
Your answer

Follow this Question
Related Questions
How can i shader transparent Objects together? 0 Answers
Make the bullet in a 2d Top Down shooter get destroyed after passing mouse position 2 Answers
How to make shooting in top down 2d shooter game? Unity 2d 1 Answer
Coin System with PlayerPrefs 1 Answer
Top-down 2D with crosshair - how to play animation if strafing 1 Answer