Made With Unity | 2D Space Shooter Part 1: Getting Unity

Rehtse Studio
3 min readMay 5, 2022

In this series of article / tutorials we are going to be making a small 2D Space Shooter using Unity3D with the New Input System.

Downloading The Unity Hub

Got to https://unity.com/, on the home page press Get started

On the next page, select the Individual section and on the Personal category press Get started

Next step will be to press Download for Windows

While the Unity Hub is downloading take this moment and create your Unity ID

Once you have your Unity ID, go where you download the UnityHubSetup.exe file, double click it and follow the instruction to install it.

When the installation is complete you will be welcome to the Unity Hub, it may ask to put your Unity ID credential to continued.

Once inside the Unity Hub go to the Installs section on your right and click Install Editor

Here you can select which Unity LTS you want to use, this article / tutorial is using 2021 LTS, the number at the end of 2021 may vary depending on when your reading this.

Select 2021 LTS and press Install

It will ask if you want to install additional Modules, select the one you see on the images and press Install

Creating Your First Project

On the Unity Hub select the Projects section on your right and press New project

Where is says Project name, to the bottom left, you can type your desire unique name to your project or you can type 2D_Shooter. The Location is where you want to safe the project on your computer. To finish select where is says 3D, then press Create project.

When it finishes the process your will be welcome with a blank new Unity Project😊

You may notice that my Unity looks different than yours; you can move the taps / mini windows around to get your desire look and later save it on the Layouts Button on the top right corner.

You can copy my layout if you like, if by any chance you don’t see a specific tap / window go to:

Windows on the top of your Menu bar -> General -> and there you will find your tap/windows

🎮PART 2: SETTING UP THE PLAYER🎮

--

--

Rehtse Studio

Game Developer sharing content around Unity, programing and tips and tricks in game dev.