In this exercise you’ll set up a simple Unity 2D project and import a sample project (LostCrypt).
Prerequisites
Unity 2020.3 LTS - recommended version of Unity for this training session
C# IDE (for example Rider or Visual Studio) - not necessary but highly recommended. This way you can use features like a debugger and reliable syntax autocompletion.
Exercise
Open Unity Hub and click New Project. Select a blank 2D (or Core2D) project.
Enter a Project Name and click Create.
Visit the LostCrypt asset page. Click Add to my Assets -> Open in Unity Editor.
Package Manager window opens automatically. Find Lost Crypt - 2D Sample Project. Press Download and then Import.
Import Unity Package window opens. Click Import to add all additional packages and assets to your newly created project.