Search Issue Tracker
Fixed
Fixed in 2022.2.0a8
Votes
0
Found in
2022.1.10f1
2022.2.0a7
Issue ID
UUM-11133
Regression
Yes
CommandBuffer warnings appear in the Console when using SwapBuffer (ScriptableRenderPass.Blit())
How to reproduce:
1. Open the attached “SwapBufferMSAAIssue-2022.1” project
2. Observe the Console
Expected result: No warnings are shown
Actual result: Two “CommandBuffer: temporary render texture not found while executing” warnings appear
Reproducible with: 13.1.2 (2022.2.0a1), 13.1.8 (2022.1.10f1), 14.0.0 (2022.2.0a7)
Not reproducible with: 12.1.7 (2021.3.6f1), 14.0.1 (2022.2.0a8), 14.0.3 (2022.2.0b2), 15.0.0 (2023.1.0a4)
Could not test with: 10.9.0 (2020.3.37f1), 13.1.1 (2022.1.0a16) (Compilation errors)
Reproducible on: Windows 10
Notes:
1. Although the issue seems to be related to URP, removing the URP package doesn’t make the issue go away
2. Disabling “Use Sawp Buffer” in Assets/Settings/URP-HighFidelity-Renderer.asset’s “Flare Renderer Feature” expanded menu fixes the issue
3. The exact regression version couldn’t be found because of the compilation errors between 12.1.7 and 13.1.2
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 (fix version 2022.2.0a8):
Fixed by an unknown PR