Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
1
Found in
2022.2.0a16
2023.1.0a1
2023.2.0a1
Issue ID
UUM-3242
Regression
No
[XR] refract hlsl function refracts the occlusion mesh when using stereo rendering
1. The Occlusion mesh black border is being refracted in my bubble shader. Occlusion mesh shouldn't be visible to the user like this.
2. Run the project using Both Eye view in the game view or Run on an XR Headset
Black Occlusion mesh appears in refraction of bubble
This shader uses the refract() function in a custom node in the VFX graph (Labeled Refraction in the node graph)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
this is due to using the same buffer for refract, and due to the occlusion mesh the mid-section not being rendered.... there are 2 possible workarounds;
1. control the clear color based on the content, or
2. disable the occlusion mesh
Resolution Note (2023.2.X):
this is due to using the same buffer for refract, and due to the occlusion mesh the mid-section not being rendered.... there are 2 possible workarounds;
1. control the clear color based on the content, or
2. disable the occlusion mesh