Skip to content

Commit

Permalink
Provided a helpful hint on what to do if XR cannot be started.
Browse files Browse the repository at this point in the history
  • Loading branch information
koschke committed Aug 8, 2023
1 parent 7f510cd commit 0f90282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/SEE/XR/ManualXRControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public static IEnumerator StartXRCoroutine()
if (XRGeneralSettings.Instance.Manager.activeLoader == null)
{
Debug.LogError("[XR] Initializing XR Failed. Check Editor or Player log for details.\n");
Debug.LogError("[XR] Please check in \"Project Settings/XR Plug-in Management\" whether "
+ "a Plug-in Provider (OpenXR) has been turned on.\n");
}
else
{
Expand Down

0 comments on commit 0f90282

Please sign in to comment.