Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.2.17
Issue ID
1307183
Regression
No
[XR SDK] Multiple viewport rectangles does not work
Reproduction steps:
1. Open the attached project ("MultipleCameraTest.zip")
2. Open the "No-VR" scene
3. Enter Play mode
4. Resize the Game window
Expected result: Viewports displays different images, does not glitch when resizing
Actual result: Viewports display the same image, glitches when resizing (see "fPgmt1nUCP.mp4" video)
Reproducible with: XR SDK 3.2.17, 4.0.0-pre.3 (2019.4.19f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a3)
Not reproducible with: 2018.4.31f1 (XR SDK not available)
Tested:
- Oculus Rift S
- MockHMD
Comments (1)
-
Chambers88
Feb 03, 2021 14:57
I worked around this problem by using the "Forward" rendering path and turning off HDR and MSAA. The viewport rects work as expected if using these configurations.
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
- Crash on GUIState::BeginOnGUI when a Node is opened in a custom graph editor in Play Mode
- USS selector is duplicated when it is added to an element, the action is undone, and then another selector is clicked
- Text and dropdown icon are not aligned in UI Toolkit Samples
- [RenderGraph] SSAO pass in URP RenderGraph uses DontCare flag after changing the Render Scale resulting in a black screen or artifacts
- Player with IL2CPP Scripting Backend crashes when calling Application.Quit() while a thread is running
Resolution Note:
The XR SDK Devices provided by Unity only support a single viewport when rendering to eye textures. Support for multiple viewports either requires rendering into a render texture and blitting the results in an additional pass, or authoring a custom XR SDK display provider.