Skip to content

Commit 1fb91d9

Browse files
author
David Kline
authored
Merge pull request #3504 from Microsoft/beta2-stabilization
Beta2 stabilization -> mrtk development
2 parents 6a3b50e + 234996a commit 1fb91d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Assets/MixedRealityToolkit/Inspectors/MixedRealityToolkitInspector.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ public override void OnInspectorGUI()
8787
{
8888
MixedRealityToolkit.Instance.ResetConfiguration((MixedRealityToolkitConfigurationProfile)activeProfile.objectReferenceValue);
8989
}
90+
91+
if (activeProfile.objectReferenceValue != null)
92+
{
93+
Editor activeProfileEditor = Editor.CreateEditor(activeProfile.objectReferenceValue);
94+
activeProfileEditor.OnInspectorGUI();
95+
}
9096
}
9197

9298
[MenuItem("Mixed Reality Toolkit/Configure...")]

0 commit comments

Comments
 (0)