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("MRTK contains components that depend on TextMeshPro. It is recommended that you import TMP by clicking the Import TMP Essentials button below. "
EditorGUILayout.LabelField("You have finished setting up the project for Mixed Reality Toolkit. You may go through this process again by clicking Mixed Reality Toolkit on the editor menu bar -> Ultilities -> Config."
456
+
+$"\nIf there are certain settings not set according to the recommendation you may see this configurator popping up again. You may use the Ignore or Later button to suppress the behavior. "
457
+
+"We hope you enjoy using MRTK. Please find the links to our documentation and API references below. If you encountered something looking like a bug please report by opening an issue in our repository. "
458
+
+"\nThese links are accessible through Mixed Reality Toolkit on the editor menu bar -> Help "
459
+
+$"After finishing the process in the feature tool come back here to verify whether the installation is successful. A new page should be shown if you succeeded."
460
+
+$"\n\nMore information can be found at {MRFTDocsUrl}.",EditorStyles.wordWrappedLabel);
461
+
EditorGUILayout.Space(20);
416
462
EditorGUILayout.LabelField("Enabling the XR SDK Pipeline with OpenXR",EditorStyles.boldLabel);
417
463
//EditorGUILayout.Space();
418
464
EditorGUILayout.LabelField("To use OpenXR with the XR SDK pipeline, first press the Download Tool button. "
0 commit comments