Use Unity’s physics system to handle physics 2D components. Use the Tilemap system to create 2D levels. Understand the available features of 2D projects in Unity.Ĭreate a 2D game with this quickstart guide. Refer to 2D and 3D mode settings for information on how the 2D and 3D modes differ. Refer to 2D or 3D Projects to decide what mode to create your project in. This section focuses specifically on 2D-specific features and functionality. Many areas of Unity’s documentation apply to both 2D and 3D development. Click on the No Function DropDown and select MenuButtons>ShowMenuPanel. Drag in the UI-Manager from the Hierarchy Panel into the Slot or again use the small dot. More info See in Glossary, and use the 2D physics system in your projects. Now select the Back to Menu Button and search for the OnClick () Event, select the small + to get a new Event slot open. More info See in Glossary, create Tilemaps A GameObject that allows you to quickly create 2D levels using tiles and a grid overlay. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. Use this section to learn how to develop 2D projects in Unity, including how to use sprites A 2D graphic objects. While Unity is famous for its 3D capabilities, you can also use Unity to create 2D projects.