Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2018.3.0a1
Issue ID
1048512
Regression
Yes
[Oculus][Android] Multiview depth testing broken
Depth testing is not working properly when the XR stereo rendering mode is set to "Single Pass Multiview or Instanced (Preview)" resulting in some closer objects in the scene being rendered behind other farther objects.
This error doesn't occur when XR stereo rendering mode is set to "Multi Pass".
Steps to Reproduce:
1. Install Unity
2. Open the attached project
3. In Build settings, set the Build Target to Android
4. In Player Settings > XR Settings, set Virtual Reality Supported to checked
5. In the Virtual Reality SDKs, add Oculus
6. For Stereo Rendering Mode* select Single Pass Multiview or Instanced (Preview)
7. Connect to an compatible Android phone and build and run.
Result:
Objects appear behind other objects, this includes the forground cursor being able to go behind the main scene objects.
Expected Result:
Depth testing works correctly so objects in the scene are rendered in the correct order.
Reproduced in: 2018.2.0b11 and 2018.2.0f1 on Android phone
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment