Answers for "HMD Motion Emulation"

C#
0

HMD Motion Emulation

private void Awake()
{
//If OVRPlugin is initialized on Awake(), or if the device is OpenVR, OVRManager should be initialized right away.
if (!OVRPlugin.initialized || (Settings.enabled && Settings.loadedDeviceName == OPENVR_UNITY_NAME_STR))
{
InitOVRManager();
}
}
Posted by: Guest on December-17-2021

Code answers related to "HMD Motion Emulation"

C# Answers by Framework

Browse Popular Code Answers by Language