This plugin has been developed and tested using Unity 2018.3. Using ealier versions of Unity will break the prefabs, but all scripts are compatible down to Unity 5.6
Follow the documentation available on Notion
A Youtube playlist is available here
The following Git provides a full example to integrate the Plugin in a Game allowing with a set of explanatory video : Example
You can download the plugin as a zip that you will have to extract in the "Asset" folder of your Unity project
To keep the plugin in synch with the latest development, you can use the git directly. They are two cases :
- Your project is NOT in another Git Then you can simply clone this Git in you Unity Project "Asset" folder using the following Git command
git clone https://github.com/VR-Tracker/Unity-Plugin.git VRTracker
- Your project already has its own Git, you need to add this Git as a submodule. To do so go to the Unity Project "Asset" folder and enter the following git command :
git submodule add https://github.com/VR-Tracker/Unity-Plugin.git VRTracker