Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X, 6000.2.X
Votes
0
Found in
6000.0.50f1
6000.1.7f1
6000.2.0b4
Issue ID
UUM-108649
Regression
Yes
Scene Views breaks and errors are spammed in the Console when the Game view is shrunk vertically to the minimum, and the Aspect Ratio is 16:9 or 16:10
How to reproduce:
1. Open the “SceneCorruption.zip“ project
2. Dock the Game view to the bottom of the screen
3. Change the Aspect Ratio to 16:9 or 16:10
4. Resize the Game View vertically down to make the Game View as small as possible
5. Observe the Console and Scene view
Expected result: No errors are spammed, and the Scene View works fine
Actual result: Multiple errors are spammed, and the Scene View stops rendering
Reproducible in: 2023.3.0a18, 6000.0.50f1, 6000.1.7f1, 6000.2.0b4
Not reproducible in: 2022.3.63f1, 2023.3.0a17
Reproduced on: Windows 11 Pro (24H2), macOS 15.4.1 (by the reporter)
Not reproduced on: No other environment tested
Notes:
- The errors start with:
-> “ArgumentException: Trying to use an invalid resource (pass Lens Flare Screen Space Pass).“
-> “InvalidOperationException: The previously scheduled job ZBinningJob writes to the Unity.Collections.NativeArray`1[System.UInt32] ZBinningJob.bins“
-> “ArgumentException: Trying to use an invalid resource (pass Draw Objects Pass)“
- If the Game view is not of size 0 vertically, the issue will not reproduce
- In 6000.0.50f1, the Scene view breaks permanently until the project is restarted
- Not reproducible with fixed resolutions or Free Aspect
- Not reproducible if Post Processing is disabled
- Reproduction depends on the Render Scale value in the URP settings asset. The lower it is, the less the Game view needs to be shrunk for the issue to reproduce. (The bug was tested on Render Scale “1” in all versions)
- Does not reproduce on an empty project
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment