Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 810 Bytes

File metadata and controls

31 lines (19 loc) · 810 Bytes

8i Unity Plugin

The 8i Unity Plugin is a plugin for the Unity game engine. It adds the ability to render and interact with hvr content.

Documentation

Documentation can be found under the 'docs' folder in the root of this repository.

Writing the Docs

This documentation is written using markdown files and is generated using Sphinx.

Building The Docs

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.