To create the simple 2D Space Girl mini-game, follow these steps:
- Create a new, empty 2D project.
- Import the supplied folder Sprites into your project.
- Since it's a 2D project, each sprite image should be of type Sprite (2D and UI). Check this by selecting the sprite in the Project panel, then, in the Inspector, check property Texture Type. If you need to change the type, change it from this drop-down menu, then click the Apply button.
- Set the Unity Player screen size to 800 x 600: choose this resolution from the drop-down menu on the Game panel. If 800 x 600 isn't an offered resolution, the click the plus sign + button and create this as a new resolution for the panel.
- Display the Tags and Layers properties for the current ...