Installing Unity & Getting Started with Game Development

Ethan Bristowe
3 min readApr 22, 2021

--

Unity is the leading platform for creating interactive, real-time experiences like software and most excitedly, video games! It’s the most accessible way for everyday people like you and me to get started making games, and this tutorial will show you that it is A LOT more simple than you may have thought!

Step 1:

Installing Unity

Follow this link to download Unity: unity.com/download-nuo and select the “Start Here” button under “First-Time Users”.

Click “Agree and Download” and begin downloading the Unity Hub Application to your computer. Once ready, Launch Unity Hub and proceed to install the latest version of Unity in the “Installs” tab by clicking the “Add” button.

You are going to install the Recommended Release version of Unity, which should be an (LTS) version, if not, download the most recent (LTS) release available.

Click “Next” and select the modules that you wish to download, If you don’t have it already, be sure to download the “Microsoft Visual Studio Community 2019” as you will need a code editor for programming. All other modules you may leave blank if you do not already know which ones you’ll need. You can always download them afterwards.

Click “Next”, Accept and Allow any remaining messages that pop up and your installation of Unity should begin!

Step 2:

Create a New Unity Project

Once your installation is complete, it’s time to create your first Unity Project!

Go to the “Projects” tab and click on the down arrow next to the “NEW” button on the top right.

Click the Unity version you just downloaded, and a window should open where you can choose your Project Template, Project Name, and Destination Folder.

Click “Create” once you’re ready and give yourself a big pat on the back! You are now primed and ready to start messing around in Unity! A whole new world of learning and fun is ahead of you! Once you’re ready to get your feet wet in this awesome program, check out my next tutorial about the basics of the Unity Editor!

https://ethanbristowe.medium.com/unity-editor-basics-a-more-productive-editor-layout-b78c93cf7cc7

--

--

Ethan Bristowe
Ethan Bristowe

Written by Ethan Bristowe

Passionate self taught game developer excited to learn and share everything I can about game development!

No responses yet