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
EditorGUILayout.HelpBox("No keywords registered.\n\nKeywords can be registered via Speech Commands Profile on the Mixed Reality Manager's Configuration Profile.",MessageType.Error);
Copy file name to clipboardExpand all lines: Assets/MixedRealityToolkit/_Core/Managers/BaseManager.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ public class BaseManager : Interfaces.IMixedRealityManager
16
16
/// <summary>
17
17
/// Optional Priority to reorder registered managers based on their respective priority, reduces the risk of race conditions by prioritizing the order in which managers are evaluated.
18
18
/// </summary>
19
-
publicvirtualuintPriority{get;set;}
19
+
publicvirtualuintPriority{get;set;}=5;
20
20
21
21
/// <summary>
22
22
/// The initialize function is used to setup the manager once created.
0 commit comments