Copyright 2016-2018, HTC Corporation. All rights reserved.
-
VIVE Input Utility (VIU) is an Unity plugin that allows developers to access VIVE device status, including VIVE Tracker.
-
We also introduce a mouse pointer solution that works in 3D space and is compatible with the Unity Event System, and a device binding system to manage multiple tracking devices.
-
Our goal is to accelerate Unity developers making new VR apps and discovering new VR experience by saving their time in writing redundant code managing Vive devices.
-
Unity 5.3.6 or newer versions to open this project
-
If your target device is Vive or other OpenVR compatible device, also import SteamVR plugin form Unity Asset Store
-
If your target device is Oculus, also import OVRPlugin from Oculus develop website
- Read and agree the CLA.
- Create an issue for the work you want to contribute.
- Fork this project on GitHub.
- Create a new branch (based on master branch) for your work on your fork.
- After you finish your work
- Make sure all files start with
//========= Copyright 2016-2018, HTC Corporation. All rights reserved. ===========
- Try leaving good commit message and keeping commit histories clean.
- Make sure all files start with
- Submit a pull request from your new branch to our develop branch.