Creating projects
Now that we have Unity installed, we can start creating our game. To do so, we first need to create a project, which is basically a folder containing all the files that your game will be composed of. These files are called assets and there are different types of them, such as images, audio, 3D models, script files, and so on. In this section, we will see how to manage a project, addressing the following concepts:
- Creating a project
- Project structure
Let's learn first how to create a blank project to start developing our first project within the book.
Creating a project
As with Unity installations, we will use the Unity Hub to manage projects. We need to follow these next steps to create one:
Open Unity Hub and click on the Projects button, and then click on New project:
Note that if you have more than one version of Unity installed through Unity Hub, you may need to select the appropriate version from the dropdown...