Search Issue Tracker
Fixed
Fixed in 2023.3.0a19
Votes
0
Found in
2023.3.0a17
Issue ID
UUM-57806
Regression
No
[URP] Post-processing script template fails to render when intermediate texture rendering is disabled
Reproduction steps:
1. Open the attached project "URP_Template_Repro"
2. In the Project window create a PP effect from the "Create" -> "Rendering" -> "URP Post-processing Effect (Renderer Feature with Volume)" template and name it "Invert Color"
3. Select the "URP-HighFidelity-Renderer.asset" and add "Invert Color Renderer Feature" to it
Expected result: Game View colors become inverted
Actual result: Game View colors are not inverted (black or unchanged) and an "ArgumentNullException: Value cannot be null." error is printed to the console window
Note: the for this to reproduce, nothing else in the URP setup has to be forcing temporary texture rendering. The repro project has post-processing disabled on the renderer asset and also MSAA and HDR disabled on the URP pipeline asset to achieve this
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Desktop Linux runtime does not respect -popupwindow command line argument
- Shader Graph more options dropdown button does not open the dropdown when clicked all the way to the right of the button
- “Attempting to draw with missing bindings“ warning lacks root cause indication and is thrown each frame when StructuredBuffer is accessed on DirectX12
- Shader Graph Import Settings documentation leads to "Sorry... that page seems to be missing!" page when opened through the documentation button in the Inspector window
- Unexpected Material change/transparency when switching between ShaderGraph and material at runtime in HDRP
Add comment