Github Page

This website is being deprecated, please use our github page here for latest SDK information.

FAQ

General

How to Correctly Re-center Your Devices?

Unity

How to Get Controllers Positions and Rotations?


How to Get Head Position and Rotation?

It is recommened to use TrackedHead.target to grab the head transform information, because head position requires complex calculation, which is already done in TrackHead.cs script.


How to Get Device Status?

DeviceStatusManager class is provided to provide easy access to status of all devices. Details can be found here.


How to Get Button Press/Down/State?

First of all, you need a reference to a ControllerInput. Example can be found here.

Then all you need to do is using GetButton/GetButtonUp/GetButtonDown functions implemented in the ControllerInput class. Details can be found here.