Bringing the OVR Framework into Unity
Last updated
Last updated
First, download the package from GitHub to your local computer and unzip:
https://github.com/OVR-technology/OVR-Unity-Framework-Package
Unzip the package.
In Unity, open the PackageManager:
Click the little plus (+) in the top left of the PackageManager and click: Add package from disk…
Browse to the package.json file:
The package should now be included in your project.
The OVR Framework should now exist in your Project view under packages:
If you are using Unity 2019.3.* you load the OVR Framework package directly from our github repo. In Unity, open the PackageManager:
Click the little plus (+) in the top left of the PackageManager and click: Add package from git URL...
Paste in the following URL and click Add: https://github.com/OVR-technology/OVR-Unity-Framework-Package.git
The package should now be imported into the project:
Unity Documentation: https://docs.unity3d.com/Manual/upm-ui-giturl.html
WARNING!!!!
To use Git packages in a Project, make sure the Git client is installed on your machine and that you have added the Git executable path to the PATH system environment variable. - https://docs.unity3d.com/Manual/upm-git.html