We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b9591 commit 8f94191Copy full SHA for 8f94191
Assets/HTC.UnityPlugin/VRModule/Modules/OculusVRModule.cs
@@ -163,6 +163,7 @@ public override void CreateCamera(VRCameraHook hook)
163
#endif
164
165
#if VIU_OCULUSVR_1_32_0_OR_NEWER || VIU_OCULUSVR_1_36_0_OR_NEWER || VIU_OCULUSVR_1_37_0_OR_NEWER
166
+#if VIU_OCULUSVR_AVATAR
167
private class RenderModelCreator : RenderModelHook.RenderModelCreator
168
{
169
private uint m_index = INVALID_DEVICE_INDEX;
@@ -250,7 +251,7 @@ private bool IsHand()
250
251
return m_index == s_leftHandIndex || m_index == s_rightHandIndex;
252
}
253
-
254
+#endif
255
private static OculusVRModule s_moduleInstance;
256
257
0 commit comments