About 230,000 results
Open links in new tab
  1. Unity 2D Movement Beginner Tutorial - Physics Based - YouTube

    There are a few different ways you can move a player in a 2d unity game and we've taken one of the physics based approaches in this video by adjusting the velocity of the Rigidbody2D …

  2. Creating Simple 2D Player Movement and Jumping in Unity

    In this tutorial, we’ll walk through the process of setting up basic 2D player movement and jumping mechanics in Unity using a C# script. By the end of this tutorial, you’ll have a player character …

  3. Introduction to 2D Movement in Unity: A Beginner’s Guide

    Dec 29, 2024 · Today, we’re diving into one of the most important skills in 2D game development: making things move. Whether it’s a player-controlled character or an NPC, learning how to …

  4. [Unity] 2D Character Movement with Arrow Keys (Beginner ...

    Aug 12, 2025 · In this guide, we’ll walk through how to control a 2D game character using the keyboard’s arrow keys.

  5. Player character and movement - Unity Learn

    By the end of this unit, you will be able to do the following: Create a basic 2D character controller. Move the player character using Unity’s Input System. Configure your game to be frame rate …

  6. Character Movement in Unity - Easy Learn C#

    Well-designed movement controls can make or break the player experience. In Unity, you can implement character movement using a combination of built-in components and custom C# …

  7. Ithy - Mastering 2D Top-Down Player Movement in Unity: A ...

    Apr 30, 2025 · For 2D top-down games developed in Unity, this typically involves handling directional input, interacting with the physics engine, and ensuring consistent speed. This …