The 8i Unity Plugin is a plugin for the Unity game engine. It adds the ability to render and interact with hvr content.
Documentation can be found under the 'docs' folder in the root of this repository.
This documentation is written using markdown files and is generated using Sphinx.
Requirements
Open a terminal in the root of the repo and run the following
cd docs
.\make html
The output will be located within ROOT\docs\build\html and can be hosted online or viewed offline.