Skip to content

Commit bd142c7

Browse files
committed
Various improvements to the configurator
1 parent a0a5e15 commit bd142c7

File tree

6 files changed

+600
-618
lines changed

6 files changed

+600
-618
lines changed

Assets/MRTK/Core/Inspectors/Setup/MixedRealityEditorSettings.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private static void ShowProjectConfigurationDialog()
8989
&& !MixedRealityProjectPreferences.IgnoreSettingsPrompt
9090
&& !MixedRealityProjectConfigurator.IsProjectConfigured())
9191
{
92-
//MixedRealityProjectConfiguratorWindow.ShowWindow();
92+
MixedRealityProjectConfiguratorWindow.ShowWindowOnInit();
9393
}
9494
}
9595

@@ -98,11 +98,9 @@ private static void ShowProjectConfigurationDialog()
9898
/// </summary>
9999
private static void LogConfigurationWarnings()
100100
{
101-
// Ensure compatibility with the pre-2019.3 XR architecture for customers / platforms
102-
// with legacy requirements.
103-
if (!XRSettingsUtilities.LegacyXREnabled)
101+
if (!XRSettingsUtilities.XREnabled)
104102
{
105-
Debug.LogWarning("<b>Virtual reality supported</b> not enabled. Check <i>XR Settings</i> under <i>Player Settings</i>");
103+
Debug.LogWarning("XR supported is not enabled in the project!");
106104
}
107105

108106
if (!MixedRealityOptimizeUtils.IsOptimalRenderingPath())

0 commit comments

Comments
 (0)