Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.3.1p3
Issue ID
1008468
Regression
Yes
When Android build platform is selected, editor unexpectedly attempts to enable "PC" VR SDK devices when play mode starts
To reproduce:
1. Open attached project;
2. Open Build Settings (Ctrl + Shift + B or File > Build Settings...);
3. Select PC, Mac & Linux Standalone Platform and go to Player Settings;
4. Enable VR and leave defaults (OpenVR and Oculus) as VR SDKs;
5. Select Android platform and go to Player Settings;
6. Enable VR and set Cardboard as VR SDK;
7. Switch build platform to Android and enter Play mode.
Expected result: Player attempts to load "Cardboard" device, then fails back to "None" device.
Actual result: Editor attempts to load "Cardboard" device, then unexpectedly attempts to load "OpenVR" device, and then "Oculus" device.
Reproduced on versions: 2017.2.1p3, 2017.2.2f1, 2017.3.1p3, 2018.1.0b10, 2018.2.0a3.
Not reproduced on versions: 2017.1.3p2, 2017.2.1p2.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2018.2.X):
This use case was updated with guidance in our documentation.