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/MixedRealityToolkit/_Core/Managers/MixedRealityManager.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,7 @@ public Transform MixedRealityPlayspace
409
409
Debug.LogWarning("The Mixed Reality Manager expected the camera's parent to be named "+MixedRealityPlayspaceName+". The existing parent will be renamed and used instead.");
410
410
CameraCache.Main.transform.parent.name=MixedRealityPlayspaceName;// If we rename it, we make it clearer that why it's being teleported around at runtime.
0 commit comments