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
Comments (1)
-
evelynmartinez9911
Mar 23, 2024 19:00
GET RICH WITH BLANK ATM CARD, Whats app: + 1 8 0 3 3 9 2 1 7 3 5
I want to testify about Dark Web blank atm cards which can withdraw money from any atm machines around the world. I was very poor before and have no job. I saw so many testimony about how Dark Web Online Hackers send them the atm blank card and use it to collect money in any atm machine and become rich I email them also and they sent me the blank atm card. I have use it to get 500,000 dollars. withdraw the maximum of 5,000 USD daily. Dark Web is giving out the card just to help the poor. Hack and take money directly from any atm machine vault with the use of atm programmed card which runs in automatic mode.
You can also contact them for the service below
* Western Union/MoneyGram Transfer
* Bank Transfer
* PayPal / Skrill Transfer
* Crypto Mining
* CashApp Transfer
* Bitcoin Loans
* Recover Stolen/Missing Crypto/Funds/Assets
Email: darkwebonlinehackers {AT} gmail {DOT} com
Telegram or Whats App: + 1 8 0 3 3 9 2 1 7 3 5
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
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
- Surface Inputs are not rendering when using the custom BaseShaderGUI
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
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