Search Issue Tracker
Fix In Review for 13.x.x
Votes
2
Found in [Package]
12.0.0
Issue ID
1393818
Regression
Yes
[URP] Errors are spammed after entering Play mode in SunFlare scene and navigating the Project View
Steps to reproduce:
1. Open the attached project
2. Open "SunFlare" scene
3. Enter and exit Play mode
4. Go through the folders and assets in Project view "URP Package Samples" directory
Expected result: No errors are produced
Actual result:
These errors are produced:
"[Worker0] Attempting to get Camera relative temporary RenderTexture (width || height <= 0) via a CommandBuffer in a Sriptable Render Pipeline."
"[Worker0] Trying to get RenderBuffer with invalid antiAliasing (must be at least 1)" (on 2021.2)
or
"[Worker2] Texture creation failed. 'None' is not supported for Render usage on this platform. Use 'SystemInfo.IsFormatSupported' C# API to check format support."
"[Worker2] NullReferenceException" (on 2022.1.0b2 and 2022.2.0a2)
Reproducible with: Universal RP 12.0.0 (2021.2.0b2, 2021.2.0b9), 12.1.2 (2021.2.7f1), 12.1.3 (2021.2.8f1), 13.1.2 (2022.2.0a2), 13.1.3 (2022.1.0b2)
Not reproducible with: Universal RP 12.0.0 (2021.2.0b1)
Notes:
- Seems like the provided steps is not the only way to trigger these errors, as I've got them while in Play mode and usually while interacting with the editor, like searching for something in the Project View search bar
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [VFX/Timeline] Wrap Mode Loop is only playing VFX once
- Package Manager doesn't start on Windows 7
- [HDRP] [DXR] Shadowmatte doesn't support RT shadows
- [HDRP] TAAU@100% and TAA produces different results
- [HDRP] APV debug mode Validity Over Dilation Threshold doesnt take touchup volumes in account
Add comment