Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


2D game development

Resources and workflows for creating applications in 2D.
Read time 2 minutesLast updated 4 days ago

While Unity is famous for its 3D capabilities, you can also use Unity to create 2D projects. Use this section to learn how to develop 2D projects in Unity, including how to use sprites, create Tilemaps, and use the 2D physics system in your projects.

Some examples of typical 2D game types

Many areas of Unity’s documentation apply to both 2D and 3D development. This section focuses on 2D-specific features and functionality. To choose the right mode for your project, refer to 2D and 3D Projects. For a comparison on two modes, refer to 2D and 3D mode settings.

Topic

Description

Introduction to 2DUnderstand the available features of 2D projects in Unity.
2D game developmentResources for creating 2D games in Unity.
SpritesUse Sprites within your 2D game.
TilemapsUse the Tilemap system to create 2D levels.
2D PhysicsUse Unity’s physics system to handle physics 2D components.
2D game development in URPUnderstand how to implement 2D lights, 2D lighting effects, and the pixelated visual style in your projects in URP.

Additional resources and examples