Slow Start

Unity Setup

  • Go to Unity Hub, and download Unity Hub (not the beta version)

  • After downloading Unity Hub, download Unity version 2022.3.13f1 from the Unity archive.

  • {For Windows} Select Android and iOS platform. 3.1 Select Mac platform for Over Console support. (Optional) 3.2 Select WebGL platform for Instant App support . (Optional)

  • {For Mac} Select Android and iOS platform. 3.1 Select Mac platform for Over Windows support. (Optional) 3.2 Select WebGL platform for Instant App support . (Optional)

  • Create new project in unity with the download version.

Install OVER Editor Package

The OVER Editor Package can be installed, via Unity Package Manager, by following these steps:

  • Open Window > Package Manager

  • Click the + button

  • You can either choose to install the package from a Git URL (Recommended), by pasting the following git url https://github.com/OVR-Platform/unity-sdk.git#upm, or from a tarball file (You can download the last version here).

If you have problems downloading the package from git, try the following steps

For Mac Users:

  • brew install git-lfs

  • git lfs install

  • sudo git lfs install --system

  • (Important) sudo ln -s "$(which git-lfs)" /usr/local/bin/

  • (Otherwise) sudo ln -s "$(which git-lfs)" "$(git --exec-path)/git-lfs"

For Windows Users:

Create and use your OVER API Keys

  • Login on the OVER Web Builder https://builder.ovr.ai using your credentials or your Metamask wallet and click on "Api Keys" from the top menu.

  • Click on the the button "Create new".

  • Type a name as a reference and select an expiration date.

  • Select and copy the newly created token to use it in Unity .

Getting Started

To create a new experience, follow the instructions provided in Getting Started or refer to an example from Using Samples

Last updated