Getting Started

Install Unity

  1. Follow the steps to download and install Unity Hub, the desktop application for managing Unity projects.

  2. Launch the app and go to Installs.

  3. Click "Install Editor" and select Unity 6000.0.50f1 LTS.

    1. You may need to go to the download archive.

  4. Add the "Android Build Support" module (includes OpenJDK and Android SDK & NDK Tools).

Your first Unity project

  1. Select one of the example projects provided by MeshMap.

    1. These projects already have all the necessary assets, packages, settings, and permissions configured to support cross-platform XR development.

  2. Clone the GitHub repository for your selected project to your computer.

  3. In the top right of the Unity Hub, click "Add" and select the project folder.

  4. Click the project in the Hub to open the project.

    1. This may take several minutes the first time.

Last updated