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 c8c7047 commit 9fced7cCopy full SHA for 9fced7c
Assets/MixedRealityToolkit/Inspectors/MixedRealityToolkitInspector.cs
@@ -88,7 +88,7 @@ public override void OnInspectorGUI()
88
MixedRealityToolkit.Instance.ResetConfiguration((MixedRealityToolkitConfigurationProfile)activeProfile.objectReferenceValue);
89
}
90
91
- if (activeProfile != null)
+ if (activeProfile.objectReferenceValue != null)
92
{
93
Editor activeProfileEditor = Editor.CreateEditor(activeProfile.objectReferenceValue);
94
activeProfileEditor.OnInspectorGUI();
0 commit comments