About 200,000 results
Open links in new tab
  1. 2D Movement in Unity (Tutorial) - YouTube

    Top-quality game development tutorials on everything from Unity, Godot and programming to game design. If you want to become a developer this channel will help guide you through it!

  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 that …

  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 control …

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

    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 independent.

  6. 2D Movement Script in Unity: A Step-by-Step Guide - HatchJS.com

    Learn how to create a 2D movement script in Unity with this easy-to-follow guide. This tutorial covers everything you need to know, from setting up your project to adding movement controls to your …

  7. Unity 2D Platformer Movement Script: Complete Tutorial (2025)

    Master Unity 2D platformer movement with professional character controllers, physics systems, mobile optimization, and advanced features. Complete scripts & troubleshooting guide included.

  8. Simple Player Movement by SillyLix

    A simple and flexible 2D movement system for Unity games, supporting physics-based movement via Rigidbody2D. Perfect for both 2D platformers and 2D top-down games, this script offers smooth …

  9. 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 guide provides a …

  10. Setting up 2D player movement in Unity - Melissa Koven

    Feb 20, 2024 · In this post, we’ll run through how to set up 2D player movement using the “New” (not so new anymore) Player Input System in Unity3D. We’ll reserve directional movement anims for the …