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 25b1e1e commit b61eca8Copy full SHA for b61eca8
Assets/MixedRealityToolkit/InputSystem/MixedRealityInputManager.cs
@@ -102,7 +102,6 @@ private void InitializeInternal()
102
{
103
if (Application.isEditor)
104
105
-#if UNITY_EDITOR
106
bool addedComponents = false;
107
var eventSystems = UnityEngine.Object.FindObjectsOfType<EventSystem>();
108
var standaloneInputModules = UnityEngine.Object.FindObjectsOfType<StandaloneInputModule>();
@@ -121,6 +120,7 @@ private void InitializeInternal()
121
120
addedComponents = true;
122
}
123
+#if UNITY_EDITOR
124
if (addedComponents) { UnityEditor.EditorGUIUtility.PingObject(FocusProvider.UIRaycastCamera); }
125
#endif
126
0 commit comments