Installation

  1. To get started working on scenes in Unity, you must first install the Unity Hub
  2. Once the Hub is installed, open it, and in the Installs tab, press 'Add' and choose Unity version 2020.3.15f2 (LTS).
  3. After pressing 'Next' make sure that WebGL and Windows Build Support are checked in the list of modules.

Untitled

  1. Once the install finishes, you can now go back to the Projects tab in the hub. Press 'Add' and select the project folder (It is located where you cloned the GitHub repository).
  2. Make sure the Unity version is set to the correct one, and then you can click the newly added project to open it.

Untitled



Moving around the scene

Assets and Materials

Treasured is currently uses HDRP (High Definition Render Pipeline) shader.

If you are importing a new asset, you can create a folder for it and name it accordingly. In our project .fbx format for assets. To import a model, simply drag it in to the newly created folder. The same can be done for texture maps. When importing textures, make sure that the texture type of the normal map is set to 'Normal map' in the Inspector tab afterward.