Skip to content

Commit f088209

Browse files
committed
CI fixes
1 parent 8ba4bc9 commit f088209

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ private void RenderEnableOpenXRPlugin()
425425
Repaint();
426426
}
427427
EditorGUILayout.LabelField("XR Pipeline Setting - Enabling the XR SDK Pipeline with OpenXR", EditorStyles.boldLabel);
428-
//createSpace();
428+
429429
EditorGUILayout.LabelField("To enable the XR SDK pipeline with OpenXR, first press the Show Settings button. "
430430
+ $"\n\nIn the XR management plug-in window that shows up, please switch to the correct build target (e.g. UWP, Windows standalone) tab first by clicking on the icon(s) right below the XR Plug-in Management title. "
431431
+ "Then please check the OpenXR plugin. A new page confirming the detection of OpenXR will be shown in place of this page once you finish the steps.", EditorStyles.wordWrappedLabel);
@@ -449,7 +449,7 @@ private void RenderEnableMicrosoftOpenXRPlugin()
449449
Repaint();
450450
}
451451
EditorGUILayout.LabelField("XR Pipeline Setting - Configurating OpenXR for HoloLens 2 and HP Reverb G2", EditorStyles.boldLabel);
452-
//createSpace();
452+
453453
EditorGUILayout.LabelField("To target HoloLens 2 or HP Reverb G2 headset you need to follow the instructions below."
454454
+ $"\n\nFirst click on the Show XR Plug-in Management Settings button. In the window popping up/getting focus, switch to switch to the correct build target (i.e. UWP or Windows standalone) tab "
455455
+ "by clicking on the icon(s) right below the XR Plug-in Management title. Then you should hover on the question mark to the right of the \"Enable HoloLens 2 feature set\" chekcbox and follow the instructions there."
@@ -549,7 +549,7 @@ private void RenderShowUPMExamples()
549549
Repaint();
550550
}
551551
EditorGUILayout.LabelField("Locating MRTK Examples", EditorStyles.boldLabel);
552-
//createSpace();
552+
553553
EditorGUILayout.LabelField("The MRTK Examples package includes samples to help you familiarize yourself with many core features. "
554554
+ "\nSince you imported MRTK via MRFT/UPM the examples no longer show up in the Assets folder automatically. They are now located at Window (menu bar) -> Package Manager "
555555
+ "-> Select In Project in the \"Packages:\" dropdown -> Mixed Reality Toolkit Examples", EditorStyles.wordWrappedLabel);
@@ -603,7 +603,7 @@ private void RenderSetupLaterSection(bool showSkipButton = false, Action skipBut
603603
GUILayout.FlexibleSpace();
604604
EditorGUILayout.LabelField("", GUI.skin.horizontalSlider);
605605
EditorGUILayout.LabelField("Not ready to setup the project now?", EditorStyles.boldLabel);
606-
//createSpace();
606+
607607
EditorGUILayout.LabelField(showSkipButton ? "You may choose to skip this step, delay the setup until next session or ignore the setup unless reenabled." :
608608
"You may choose to delay the setup until next session or ignore the setup unless reenabled."
609609
, EditorStyles.wordWrappedLabel);

Assets/MRTK/Core/Utilities/Editor/Preferences/MixedRealityProjectPreferences.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public static bool IgnoreSettingsPrompt
6969

7070
#region Ignore startup settings prompt
7171

72-
//private static readonly GUIContent IgnoreContent = new GUIContent("Ignore MRTK project configurator", "Prevents settings dialog popup from showing.");
7372
private const string CONFIG_KEY = "_MixedRealityToolkit_Editor_ConfiguratorState";
7473
private static bool configuratorStateLoaded;
7574
private static int configuratorSate;

0 commit comments

Comments
 (0)