OVER Unity SDK
Unity Setup
- Go to Unity Hub, and download Unity Hub (not the beta version)
- After downloading Unity Hub, download Unity version 2022.3.1f1 from the Unity archive.
- {For Windows} Select Android, iOS and Mac platform.
- {For Mac) Select Android, iOS and Windows platform.
- 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
(https://git-scm.com/download/mac)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:
- install git (https://git-scm.com/download/win)
For Glb and Gltf support in Unity
- install glTFast package (https://github.com/atteneder/glTFast)
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 token".
Fig 3.2: Click on Create token
- Type a name as a reference and select an expiration date.
- Select and copy the newly created token to use it in Unity .
Fig 3.4: Get and use your token