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/MRTK/Core/Utilities/Editor/Preferences/MixedRealityProjectPreferences.cs
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,34 @@ public static bool RunOptimalConfiguration
122
122
123
123
#endregion Run optimal configuration analysis on Play
124
124
125
+
#region Display null data providers
126
+
127
+
privatestaticreadonlyGUIContentNullDataProviderContent=newGUIContent("Show null data providers in the input profile","Mainly used for debugging unexpected behavior. Will render null data providers in red in the inspector.");
/// Whether to show null data providers in the profile UI.
134
+
/// </summary>
135
+
/// <remarks>Mainly used for debugging unexpected behavior. Data providers may be null due to a namespace change or while using an incompatible Unity version.</remarks>
0 commit comments