Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 577 Bytes

File metadata and controls

16 lines (13 loc) · 577 Bytes

VRBase-Unity

A Unity Virtual Reality library built for faster development.

Table of Contents

  1. Installation

Installation

Simply copy this repository into a folder within a Unity project. To keep files organized, it is recommended to add this library in the directory Assets/Scripts/VRBase.

If the Unity project is version-controlled, you may want to consider adding this library as a git submodule:

git submodule add https://github.com/MMC-Scholars/VRBase-Unity.git Assets/Scripts/VRBase
git submodule init