Setting up the development environment - Gama-Tech/GTVR-WIKI GitHub Wiki

Installing Unity:

  1. Download and install Unity Hub: https://unity3d.com/get-unity/download
  2. To install Unity Editor, select Unity 2021.3.16f1 version and click "Unity Hub": Unity Downloads

Creating a Unity Project:

  1. Open Unity Hub and select "New Project".
  2. Ensure "Editor Version" is 2021.3.6f1, and select "3D (URP)" for the project template (You'll need to download the template if it's your first project).
  3. Enter a project name (eg. "GTVR Project") and click "Create Project".

image


Installing the GTVR SDK:

  1. Download the GTVR SDK here: LINK NOT YET AVAILABLE

  2. Double-click the downloaded file to open the Import window.
    Ensure all of the files are selected then click Import.

    image

  3. Once imported, the SDK will check your project to ensure it's set up properly and open the Project Setup window if any changes are needed.
    As this is the first time opening your project, you'll need the OpenXR package.
    Simply click the available buttons on the Project Setup window to automatically make any necessary changes. image

    If you get the following warning, click "No".
    image

  4. You're now ready to build content for GTVR!

    image

To create your first world, move on to the next guide here: https://github.com/Gama-Tech/GTVR-WIKI/wiki/Creating-a-World

⚠️ **GitHub.com Fallback** ⚠️