Setting Up Unity Project:
In the previous articles, we created our project on git and make some commits.
Let's create a new project in unity,
Open Unity Hub, And click on the “New ”button in the upper right corner.
Select any unity Version you like,(if you don’t have any Unity version downloaded then first download it).
Here, We are using 2019.4.19f1.
Give a name to the project, We are using Space Shooter, then select directory path and click on create.
Now we are going to set up our unity project. First create some folders for scripts, prefabs, materials, resources, sprites, etc.
In, next article we will start to work on our project. Always remember, Before closing your PC, open Git Tool you use and commit changes and push them to the git repository.