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 f492e5e commit 8b92c12Copy full SHA for 8b92c12
Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/Editor/VIUSettingsEditor.cs
@@ -870,6 +870,7 @@ private static void OnVIUPreferenceGUI()
870
VRModuleManagerEditor.UpdateScriptingDefineSymbols();
871
}
872
873
+#if VIU_STEAMVR_2_0_0_OR_NEWER
874
if (false && GUILayout.Button("Create Partial Action Set", GUILayout.ExpandWidth(false)))
875
{
876
var actionFile = new SteamVRExtension.VIUSteamVRActionFile()
@@ -959,6 +960,7 @@ private static void OnVIUPreferenceGUI()
959
960
961
actionFile.Save();
962
963
+#endif
964
965
EditorGUILayout.EndScrollView();
966
0 commit comments