Skip to content

Commit 7d11f18

Browse files
Last build fixes
1 parent 44950df commit 7d11f18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Assets/MixedRealityToolkit/_Core/Managers/MixedRealityManager.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,8 @@ private void AddManagersForTheCurrentPlatform()
924924
}
925925
}
926926

927+
#if UNITY_EDITOR
928+
927929
private void AddManagersForTheCurrentPlatformEditor()
928930
{
929931
switch (UnityEditor.EditorUserBuildSettings.activeBuildTarget)
@@ -947,6 +949,8 @@ private void AddManagersForTheCurrentPlatformEditor()
947949
}
948950
}
949951

952+
#endif
953+
950954
#endregion Platform Selectors
951955
}
952956
}

0 commit comments

Comments
 (0)