Nerd For Tech
Published in

Nerd For Tech

Player Movement in Unity 2D using Rigidbody2D

//Controlling the player movement for multiple platforms

Basic movement

In previous articles I have explored how to move the player character using the Unity’s built-in Character Controller and Simple 2D Movement using Transform.Translate. Today we are going to look at a 3rd option using the Rigidbody2D that we have on the player in our 2D mobile game.

--

--

NFT is an Educational Media House. Our mission is to bring the invaluable knowledge and experiences of experts from all over the world to the novice. To know more about us, visit https://www.nerdfortech.org/.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
James West

Turning my passion for video games and 11 years of software development experience into a focus on video game development using Unity3D.