Skip to content

Commit

Permalink
Update the message about requiring VR mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mtschoen-unity committed Feb 23, 2019
1 parent 4528ee5 commit 46355fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Scripts/Core/EditorVR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ static void HandleInitialization()

#if UNITY_EDITOR
if (!PlayerSettings.virtualRealitySupported)
Debug.Log(
"<color=orange>EditorVR requires VR support. Please check Virtual Reality Supported in Edit->Project Settings->Player->Other Settings</color>");
Debug.Log("<color=orange>EditorXR requires VR support. Please check Virtual Reality Supported in Edit->Project Settings->Player->XR Settings</color>");
#endif

#if !ENABLE_OVR_INPUT && !ENABLE_STEAMVR_INPUT && !ENABLE_SIXENSE_INPUT
Expand Down

0 comments on commit 46355fe

Please sign in to comment.