
Set up a 2D player character - Unity Learn
In this first tutorial, you’ll create a player character using a 2D sprite and move it in a placeholder game environment with code. By the end of the tutorial, you’ll be able to do the following:
How to Create 2D Sprites & Import Them into Unity - YouTube
A little bit of a different video today, in this tutorial I will be covering the workflow for how I create and import sprites into unity.
Unity - Manual: Creating a 2D game
Scenes in Unity are always 3D; when you make a 2D game in Unity, you typically choose to ignore the third dimension (the z-axis) but you can also use it in special cases, for example …
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 …
How to create a 2D character with Unity - DevCodeLight
Jul 7, 2023 · Learn how to create a captivating 2D character in Unity! This viral character creation tutorial covers sprite animation, character design, modeling, and rigging.
Crafting 2D Games: 2D Player Animations – The Indie Dev Professor
Dec 11, 2024 · In this post we will cover how to Animate your 2D Character Sprites in Unity using Sprite sheets, Animator and Animations. This post will be creating platformer style character.
Creating a 2D Character Controller from Scratch in Unity: A Step …
Oct 3, 2024 · For someone with no experience in Unity, it would be possible for you to absorb the fundamentals of game physics and input handling in understanding how a character controller …
Creating a Simple 2D Platformer in Unity | Sharp Coder Blog
In this tutorial, we will create a basic 2D platformer in Unity. This will involve creating a player character that can move, jump, and interact with platforms.
How to Animate 2D Characters in Unity - Incredimate
Sep 13, 2023 · Are you wondering how to animate 2D characters in Unity? Well, it is not rocket science! Keep reading to learn how to animate your characters in 3 steps.
How to Rig a 2D game character in Unity: Step-by-Step
Want to bring your 2D game characters to life in Unity? In this tutorial, I’ll show you how to rig a 2D character in Unity step by step.