Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.4.3
Issue ID
1268785
Regression
No
[XR SDK][URP] Lux water shader is not rendered to both eyes when project is built
Reproduction steps:
1. Open attached project ("1268785Repro.zip")
2. Open "Game" Scene
3. Open "Water_Fountain1" Game object in Inspector window
4. Make sure "Plane (Mesh Filter)" component has Mesh set up
5. Build and run the project
Expected result: Water shader is rendered to both eyes
Actual result:
- Single Pass Instanced: Only right eye renders shader
- Multi-Pass: Shader isn't rendered at all
Reproducible with: URP 7.4.3, 8.2.0, 9.0.0-preview.35, 10.0.0-preview.26 (2019.4.8f1, 2020.1.1f1, 2020.2.0a20)
Could not test with: 2018.4.26f1 (URP not available)
Tested:
- Oculus Rift
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
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
Resolution Note:
This is by design. The repro project uses a custom shader. And in that custom shader, some logic causes undefined behavior.