Skip to content

Project Setup

This guide explains how to open and configure the Unity project locally.

Audience

Level: Beginner
Estimated time: 10 minutes

Steps

  1. Clone or download the project repository
  2. Open Unity Hub
  3. Click Add project
  4. Select the project folder
  5. Open the project in the correct Unity version

Verify setup

  • Project opens without console errors
  • All assets load correctly
  • Scenes are visible in the project window

Common issues

  • Wrong Unity version → reinstall correct version
  • Missing packages → allow Unity to resolve dependencies

Next step