Search Issue Tracker
Fixed in URP master branch
Votes
32
Found in [Package]
12.0.0
Issue ID
1335524
Regression
No
[XR SDK][URP]Game view is rendered grey for left eye and black for right eye when using Single Pass Instanced and Render Feature
Reproduction steps:
1. Open the user's attached project ("_ISSUE_XR_SRF.zip.zip")
2. Load "Scene"
3. Make sure Rendering Mode is set to Single Pass Instanced in XR Plug-in Management provider's settings
4. Enter play mode
Expected result: the Game view is properly rendered for both eyes
Actual result: the Game view is rendered grey for the left eye and black for the right eye
Reproducible with: URP 10.5.0, 11.0.0, 12.0.0 (2020.3.8f1, 2021.1.7f1, 2021.2.0a17)
Could not test with: 2018.4.30f1 (XR SDK not available), 2019.4.27f1 (compilation errros after downgrade)
Notes:
- reproducible with MockHMD and Oculus plug-in loaders
- setting render mode to Multi Pass renders the Game view correctly
- the issue is not reproducible with "Before Rendering Opaques" Render Pass Event
-
mayasarii876
Mar 08, 2022 07:38
http://103.56.148.201/
http://103.56.148.201/newmpo
http://103.56.148.201/mpo17
http://103.56.148.201/mpomm
http://103.56.148.201/mpotower
http://103.56.148.201/parisklub
http://103.56.148.201/juraganslot
http://103.56.148.201/mpo500
http://103.56.148.201/mpokick
http://103.56.148.201/mpoyes
http://103.56.148.201/xyzklub
http://103.56.148.201/betmpo
http://103.56.148.201/ogslot88
http://103.56.148.201/hoki777
http://103.56.148.201/mpojuta
http://103.56.148.201/299slot
http://103.56.148.201/mpo188
http://103.56.148.201/mpogacor
http://103.56.148.201/mpo300
http://103.56.148.201/rgo365
http://103.56.148.201/kingdom288
http://103.56.148.201/wigompo
http://103.56.148.201/mpo8899
http://103.56.148.201/mpopelangi
http://103.56.148.201/mpo555
http://103.56.148.201/dutampo
http://103.56.148.201/klik368
http://103.56.148.201/388hero
http://103.56.148.201/19dewa
http://103.56.148.201/mpoxl
http://103.56.148.201/mpoas
http://103.56.148.201/mposun
http://103.56.148.201/qqslot
http://103.56.148.201/mposport
http://103.56.148.201/dewa234
http://103.56.148.201/mesinmpo -
rz_0lento
Aug 16, 2021 15:08
It doesn't look like Unity is going to fix the broken Blit for SPI but Unity did work around it on URP SSAO Renderer Feature using DrawMesh instead of Blit.
I tried to make simpler example of this type of usage here, hope it helps someone:
https://github.com/0lento/URP_RendererFeature_SPI_ExampleThis sample just implements simple saturation effect that still works while using VR + SPI.
-
wuenscher
Aug 13, 2021 14:14
still there with openxr and unity 2020.3.16
-
blagwedge
Aug 07, 2021 07:21
I'm on 2020.3.5 and i'm having this exact problem. Was it ever fixed?
-
Extrys
Aug 06, 2021 14:26
Same issue here, this make me not being able to update unity, because my project heavily depends on this feature
-
Cecrit
Jul 15, 2021 06:48
I'm facing the exect same issue in 2020.3 and 2021.2 as well. I don't see many people talking about it though. let's hope it gets fixed.
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
- [VFX Graph/Oculus/Vulkan] Line Output is not visible on Oculus
- [VFX/Oculus/GLES 3] Screen Space particles are flipped on Y
- Colors majorly change when the Volume Component's "Weight" property value changes from 0 to any small value
- [VFX/Oculus/GLES 3] Skinned Mesh and Mesh sampling effects do not appear when TexCoord is used
- Serializable type loses its "NaN" value when copying and pasting it in the Inspector window
Resolution Note (fix version URP master branch):
The grey on one eye and black on the other eye is solved by restoring XR SPI keywords. Some keywords are not restored correctly in the case of using cmd,blit.
See: https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@13.0/manual/renderer-features/how-to-fullscreen-blit-in-xr-spi.html