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.
2 parents 26ad786 + 9fced7c commit 234996aCopy full SHA for 234996a
Assets/MixedRealityToolkit/Inspectors/MixedRealityToolkitInspector.cs
@@ -87,6 +87,12 @@ public override void OnInspectorGUI()
87
{
88
MixedRealityToolkit.Instance.ResetConfiguration((MixedRealityToolkitConfigurationProfile)activeProfile.objectReferenceValue);
89
}
90
+
91
+ if (activeProfile.objectReferenceValue != null)
92
+ {
93
+ Editor activeProfileEditor = Editor.CreateEditor(activeProfile.objectReferenceValue);
94
+ activeProfileEditor.OnInspectorGUI();
95
+ }
96
97
98
[MenuItem("Mixed Reality Toolkit/Configure...")]
0 commit comments