Simple 2D Player Movement in Unity
7 min readApr 4, 2021
--
Getting Started
Let’s be honest, the first thing we want to do when we start making a game is to get our avatar moving around the screen. So let’s take a quick look at how to accomplish this task. Luckily Unity provides us with a built-in tool so we don’t have to recreate the wheel when it comes to movement input.