Search Issue Tracker
Fixed
Fixed in 6000.0.29f1, 6000.1.0a2
Votes
0
Found in
6000.0.3f1
7000.0.0a1
Issue ID
UUM-72239
Regression
No
[URP][RG] Fullscreen blit is not working when Render Graph is enabled
How to reproduce:
Open the attached project "URPDOFIssue-6000.0.zip"
Expected results: The Game view window is the same as the Scene view
Actual results: The Game view window is black
Reproducible with: 6000.0.3f1
Could not test with: 2021.3.38f1, 2022.3.30f1 (Render Graph not available)
Reproducible on: Windows 10 22H2
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
This port is postponed until we are tasked to do forward porting to this branch.
Resolution Note (fix version 6000.1.0a2):
Normally MSAA is "auto" resolved when new rendertargets are set. This means that texture samples from the resolved buffer will work. However this behaviour was bugged as the renderpass api did not this "on rendertarget changed" behaviour.
The fix introduces correctly handling this case, by resolving rendertargets before a renderpass is started.