You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/MixedRealityToolkit/_Core/Devices/BaseController.cs
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -107,12 +107,6 @@ public void SetupConfiguration(Type controllerType)
107
107
profileFound=true;
108
108
}
109
109
110
-
if(!profileFound)
111
-
{
112
-
Debug.LogError($"No controller profile found for type {controllerType}, please ensure all controllers are defined in the configured MixedRealityControllerConfigurationProfile.");
@@ -135,6 +129,11 @@ public void SetupConfiguration(Type controllerType)
135
129
}
136
130
}
137
131
}
132
+
133
+
if(!profileFound)
134
+
{
135
+
Debug.LogError($"No controller profile found for type {controllerType}, please ensure all controllers are defined in the configured MixedRealityControllerConfigurationProfile.");
0 commit comments