Skip to content

Commit

Permalink
Merge pull request #538 from Unity-Technologies/update-require-vr-mes…
Browse files Browse the repository at this point in the history
…sage

Update the message about requiring VR mode
  • Loading branch information
mtschoen-unity authored Feb 23, 2019
2 parents 0bca175 + 46355fe commit 559ab99
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 559ab99

Please sign in to comment.