Search Issue Tracker
By Design
Votes
0
Found in
Issue ID
775431
Regression
Yes
[VR] VR doesn't work with the OpenGL Core renderer
The console prints out:
Cannot start with unsupported graphics API.
Bad config or LibOVR not found. VR disabled.
Oculus HMD not present. VRSettings.enabled set to false.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
mikewarren
Apr 12, 2016 13:47
The vrmode command line option should affect the creation of a 3D window. If I build the player with stereoscopic support (and don't show the configuration dialog), a 3D window is created even for VR modes that don't support it. For instance, I can request split and it creates a window that alternates frames with a blank buffer.
mikewarren
Apr 12, 2016 13:38
This case was closed as a duplicate issue. I'm not sure it's the same issue
https://fogbugz.unity3d.com/default.asp?787606_90719f6chd2aclq8
I have since confirmed a couple things.
On 5.3.4, stereoscopic rendering works in some cases if built by a Pro version of Unity.
On 5.3.3, stereoscopic rendering works on dual camera setups (with Eye Target set), and single camera setups using the SetStereoViewMatrices and SetStereoProjectionMatrices in the Camera API; AND -vrmode stereo is supplied on the command line. [Stereo3D must be enabled]
A single camera with eye separation and convergence does not work (regardless of Stereo3D and vrmode settings).