Unity Guides

Unity Guides

Unity 2D Making Mini Map Mask Tutorial

Unity 2D is a 2D game engine that is part of Unity. Unity 2D is based on Unity 3D and uses the same core technology. However, Unity 2D is optimized for 2D games. Unity 2D uses sprites to create 2D graphics. Sprites are bitmaps that can be moved around on the screen. Unity 2D also […]

Read More
Unity Guides

Unity 2D Game Background and Camera Tutorial

Now that you have imported the camera into your scene, you will need to set it up. The first thing you will need to do is to determine the size and position of the camera. You can do this by adjusting the Transform component of the camera. You will also need to set the projection […]

Read More
Unity Guides

Unity 2D Game Main Menu Tutorial

Creating a New Project in Unity  Creating a new project in Unity can be done in a few simple steps.  First, open Unity and click on “New Project”. Next, select the project type and settings. Then, name the project and select the location. Finally, click on “Create Project” and the project will be created. Setting […]

Read More