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
- [Android] Performing hardware comparison using "SAMPLE_TEXTURE2D_SHADOW" results in no shadow being rendered when the GameObject is instantiated manually
- Physics.Raycast fails when a Capsule Collider at a default position is used
- [Silicon] Crash on mono_get_hazardous_pointer when disconnecting Bluetooth Headhpones while in Play Mode
- Switching Project when importing complete project does not import all assets and project opens incomplete
- [Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
Resolution Note (fix version 14.0.2):
URP 14.0.2 is available from 2022.2.0a9 and onwards