Search Issue Tracker
Fixed
Fixed in 6000.0.60f1, 6000.2.8f1, 6000.3.0a6
Votes
0
Found in
6000.0.50f1
6000.1.7f1
6000.2.0b4
6000.3.0a1
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment