File tree Expand file tree Collapse file tree
Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/Editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ private static void Initialize()
144144 OpenVR ,
145145 Daydream ,
146146 MockHMD ,
147+ WindowsMR ,
147148 } ;
148149
149150 s_projectSettingAsset = new SerializedObject ( AssetDatabase . LoadAllAssetsAtPath ( "ProjectSettings/ProjectSettings.asset" ) [ 0 ] ) ;
@@ -478,6 +479,8 @@ private abstract class VRPlatformSetting
478479
479480 public const string URL_VIU_GITHUB_RELEASE_PAGE = "https://github.com/ViveSoftware/ViveInputUtility-Unity/releases" ;
480481 public const string OPENXR_PLUGIN_PACKAGE_NAME = "com.unity.xr.openxr" ;
482+ public const string OPENXR_PLUGIN_LOADER_NAME = "Open XR Loader" ;
483+ public const string OPENXR_PLUGIN_LOADER_TYPE = "OpenXRLoader" ;
481484
482485 private const string DEFAULT_ASSET_PATH = "Assets/VIUSettings/Resources/VIUSettings.asset" ;
483486
@@ -870,7 +873,7 @@ private static void OnVIUPreferenceGUI()
870873 VRModuleManagerEditor . UpdateScriptingDefineSymbols ( ) ;
871874 }
872875
873- #if VIU_STEAMVR_2_0_0_OR_NEWER
876+ #if VIU_STEAMVR_2_0_0_OR_NEWER && UNITY_STANDALONE
874877 if ( false && GUILayout . Button ( "Create Partial Action Set" , GUILayout . ExpandWidth ( false ) ) )
875878 {
876879 var actionFile = new SteamVRExtension . VIUSteamVRActionFile ( )
You can’t perform that action at this time.
0 commit comments