Skip to content

Commit 10d9ab7

Browse files
Merge pull request #2968 from Microsoft/mrtk_development_PlayspaceFix2
Updated Inspectors to apply the playspace at design time
2 parents 52b716b + 68bfcc5 commit 10d9ab7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Assets/MixedRealityToolkit/_Core/Inspectors/MixedRealityToolkitInspector.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public override void OnInspectorGUI()
9393
public static void CreateMixedRealityOrchestratorObject()
9494
{
9595
Selection.activeObject = MixedRealityToolkit.Instance;
96+
var playspace = MixedRealityToolkit.Instance.MixedRealityPlayspace;
9697
EditorGUIUtility.PingObject(MixedRealityToolkit.Instance);
9798
}
9899
}

Assets/MixedRealityToolkit/_Core/Inspectors/Profiles/MixedRealityToolkitConfigurationProfileInspector.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ private void OnEnable()
5858
"Yes",
5959
"Later"))
6060
{
61+
var playspace = MixedRealityToolkit.Instance.MixedRealityPlayspace;
6162
MixedRealityToolkit.Instance.ActiveProfile = configurationProfile;
6263
}
6364
else

0 commit comments

Comments
 (0)