Search Issue Tracker
By Design
Under Consideration for 2023.2.X
Votes
0
Found in
2023.2.16f1
6000.0.0b13
Issue ID
UUM-67722
Regression
Yes
Custom GrabPass does not work when Material's Surface Type is Transparent
How to reproduce:
1. Open the “1804669_bug“ project
2. Open the “SampleScene“
3. Observe the GameView
Expected result: Both “Cube(O) and Cube(T)“ GameObjects are distorted
Actual result: GameObject “Cube(T)“ is not distorted
Reproducible with: 2023.2.0a18, 2023.2.16f1, 6000.0.0b13
Not reproducible with: 2022.3.22f1, 2023.2.0a17
Could not test with: 2021.3.36f1 (errors)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Hi, we looked into the project. The transparent pass is wrongly merged into the previous grabpass due to missing ConfigureTarget call.
The proper fix is to add the following call to GrabPass.cs line62, within the Configure call. This should prevent the merging.
>> ConfigureTarget(_destination);
Based on our investigation, we close this case as by design. Please you have further question, please feel free to reopen and provide more details. Thanks