Search Issue Tracker
Fixed in 14.0.2
Votes
3
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), 14.0.1 (2022.2.0a8), 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
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 14.0.2):
URP 14.0.2 is available from 2022.2.0a9 and onwards