
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 …
Free 2D Character Controller for Unity. - GitHub
To learn how to use it check out our video on 2D Movement which can be found on our YouTube Channel. The script is based on the one provided by Unity as part of their Standard Assets.
A simple 2D character Controller - Medium
Nov 20, 2023 · Here’s a simple camera follow script for a 2D character controller. This script assumes that the camera follows the player along the X and Y axes, maintaining the same Z position.
How to move 2D Object with WASD in Unity - Stack Overflow
Oct 16, 2017 · My main problem is that I can get two of the keys working only in one axis: either A and D is working for Horizontal while W and S are not working at all for Vertical movement or vice-versa.
[Unity] 2D Character Movement with Arrow Keys (Beginner Tutorial)
Aug 12, 2025 · We covered how to move a 2D character using Unity’s physics engine. Don’t forget to set up collision detection when moving your character. For easily creating 2D action games, this popular …
Unity Engine 2D Movement for Beginners – Easy Player Control
We'll cover the basics of player movement using C# scripting, including handling input and applying movement and jumping to a character. Perfect for anyone new to Unity and game...
Simple Player Movement by SillyLix
A simple, flexible, and lightweight 2D movement system for Unity using Rigidbody2D. Designed for platforms and top-down games, this script is ideal for fast prototyping while still being robust enough …
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 …
Simple 2D Player Movement in Unity - Towards Dev
Dec 21, 2023 · The objective we are going to talk about is creating a C# script to control our player’s movement on a 2D plane. We need to create variables that will manipulate the Transform > Position …
Unity 2D Platformer Movement Script: Complete Tutorial (2025)
Dec 17, 2025 · Master Unity 2D platformer movement with professional character controllers, physics systems, mobile optimization, and advanced features. Complete scripts & troubleshooting guide …