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
EditorGUILayout.LabelField("XR Pipeline Setting - Enabling the XR SDK Pipeline with OpenXR",EditorStyles.boldLabel);
428
-
//createSpace();
428
+
429
429
EditorGUILayout.LabelField("To enable the XR SDK pipeline with OpenXR, first press the Show Settings button. "
430
430
+$"\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. "
431
431
+"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);
EditorGUILayout.LabelField("XR Pipeline Setting - Configurating OpenXR for HoloLens 2 and HP Reverb G2",EditorStyles.boldLabel);
452
-
//createSpace();
452
+
453
453
EditorGUILayout.LabelField("To target HoloLens 2 or HP Reverb G2 headset you need to follow the instructions below."
454
454
+$"\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 "
455
455
+"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."
EditorGUILayout.LabelField("The MRTK Examples package includes samples to help you familiarize yourself with many core features. "
554
554
+"\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 "
555
555
+"-> Select In Project in the \"Packages:\" dropdown -> Mixed Reality Toolkit Examples",EditorStyles.wordWrappedLabel);
EditorGUILayout.LabelField("Not ready to setup the project now?",EditorStyles.boldLabel);
606
-
//createSpace();
606
+
607
607
EditorGUILayout.LabelField(showSkipButton?"You may choose to skip this step, delay the setup until next session or ignore the setup unless reenabled.":
608
608
"You may choose to delay the setup until next session or ignore the setup unless reenabled."
0 commit comments