Search Issue Tracker
Feature Request
Votes
13
Found in
2020.3.38f1
2021.3.8f1
2022.1.15f1
2022.2.0b8
2023.1.0a11
2023.2.0a1
Issue ID
UUM-14803
Regression
No
[XRSDK] URP Camera with a renderTexture does not render in stereo in SPI/Multiview
Steps to reproduce:
1. Open the attached user's project "StereoRenderTextureTest.zip"
2. Enter Play Mode with a Quest 1/2 attached using Link
3. Look at the 2 quads marked as "Left" and "Right". They will show an identical image or only the left one will show an image
Expected result: The left and right image is slightly different (stereo pair)
Actual results: Both images are the same using OpenXR, and only the left image is shown with OculusXR
Reproducible on: 2020.3.38f1, 2021.3.8f1, 2022.1.15f1, 2022.2.0b8, 2023.1.0a11
Reproducible on these devices:
VLNQA00415 - Oculus Quest 2 (Quest 2), CPU: Snapdragon XR2, GPU: Adreno 650, OS: 10
VLNQA00275 - Oculus Quest (Quest), CPU: Snapdragon 835 MSM8998, GPU: Adreno 540, OS: 10
Notes:
-Issue reproduces with both OpenXR and OculusXR plugins
-Customer comment "The ability to render stereo renderTextures in SPI would greatly benefit performance for making Mirrors/Portals and just general PlanarReflections."
-A Camera marked to render "Both" eyes renders only the centerEye to a renderTexture's TextureArray even if the renderTexture is made using XRSettings.eyeTextureDesc.
Only the first slice is filled with the centerEye result or both slices are filled (on quest native) but they're always showing the centerEye not the left and the right eye's viewpoint.
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
- [HDRP] Pathtracer still shows sun disk through transparent object even when there's no sky
- No space between checkbox and text in UI Toolkit Project Settings
- Dynamic Atlas Viewer has a different multiple choice dropdown
- Value of the "OnApplicationFocus" is "True" when Player loses the focus before it launches
- .mp3 playback position is inaccurate when loaded with .streamAudio while in Play Mode
Resolution Note:
Current render pipeline doesn't support single pass rendering when targeting non-eyetexture. We close bug and translate it into feature request.