diff --git a/XRTK.WindowsMixedReality/Packages/com.xrtk.wmr/Inspectors/WindowsMixedRealityDataProviderProfileInspector.cs b/XRTK.WindowsMixedReality/Packages/com.xrtk.wmr/Inspectors/WindowsMixedRealityDataProviderProfileInspector.cs index 46bec6d..84b2667 100644 --- a/XRTK.WindowsMixedReality/Packages/com.xrtk.wmr/Inspectors/WindowsMixedRealityDataProviderProfileInspector.cs +++ b/XRTK.WindowsMixedReality/Packages/com.xrtk.wmr/Inspectors/WindowsMixedRealityDataProviderProfileInspector.cs @@ -33,17 +33,17 @@ public override void OnInspectorGUI() { MixedRealityInspectorUtility.RenderMixedRealityToolkitLogo(); - if (thisProfile.ParentProfile != null && + if (ThisProfile.ParentProfile != null && GUILayout.Button("Back to Controller Data Providers")) { - Selection.activeObject = thisProfile.ParentProfile; + Selection.activeObject = ThisProfile.ParentProfile; } EditorGUILayout.Space(); EditorGUILayout.LabelField("Windows Mixed Reality Controller Data Provider Settings", EditorStyles.boldLabel); EditorGUILayout.HelpBox("This profile aids in configuring additional platform settings for the registered controller data provider. This can be anything from additional gestures or platform specific settings.", MessageType.Info); - thisProfile.CheckProfileLock(); + ThisProfile.CheckProfileLock(); serializedObject.Update(); EditorGUILayout.Space(); diff --git a/XRTK.WindowsMixedReality/Packages/com.xrtk.wmr/package.json b/XRTK.WindowsMixedReality/Packages/com.xrtk.wmr/package.json index 5c70e40..041ce92 100644 --- a/XRTK.WindowsMixedReality/Packages/com.xrtk.wmr/package.json +++ b/XRTK.WindowsMixedReality/Packages/com.xrtk.wmr/package.json @@ -10,12 +10,12 @@ "mixed", "reality" ], - "version": "0.1.10", + "version": "0.1.11", "unity": "2019.1", "license": "MIT", "author": "XRTK Team (https://github.com/XRTK)", "dependencies": { - "com.xrtk.core": "0.1.27", - "com.unity.xr.windowsmr.metro": "1.0.15" + "com.xrtk.core": "0.1.31", + "com.unity.xr.windowsmr.metro": "1.0.19" } } \ No newline at end of file diff --git a/XRTK.WindowsMixedReality/Packages/manifest.json b/XRTK.WindowsMixedReality/Packages/manifest.json index 702c3f4..fb07df6 100644 --- a/XRTK.WindowsMixedReality/Packages/manifest.json +++ b/XRTK.WindowsMixedReality/Packages/manifest.json @@ -11,10 +11,10 @@ "dependencies": { "com.unity.package-manager-ui": "2.1.2", "com.unity.textmeshpro": "2.0.1", - "com.unity.xr.legacyinputhelpers": "2.0.6", + "com.unity.xr.legacyinputhelpers": "2.0.8", "com.unity.xr.openvr.standalone": "1.0.5", - "com.unity.xr.windowsmr.metro": "1.0.15", - "com.xrtk.core": "0.1.27", + "com.unity.xr.windowsmr.metro": "1.0.19", + "com.xrtk.core": "0.1.31", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.assetbundle": "1.0.0",