Search Issue Tracker
Fixed
Fixed in 6000.2.7f1, 6000.3.0b4, 6000.4.0a2
Votes
0
Found in
6000.2.1f1
6000.3.0b1
6000.4.0a1
Issue ID
UUM-116573
Regression
Yes
"AssertionExceptions" are constantly spammed into the Console when in Volume of Rendering Debugger Camera is set to "ScreenCamera" or "SceneCamera" and any Component is chosen
How to reproduce:
1. Create a new 3D URP Sample project and open the "TerminalScene" scene
2. Go to Window -> Analysis -> Rendering Debugger -> Volume
3. Set the "Camera" field to the "SceneCamera" (or "ScreenCamera")
4. Set the "Component" field to anything
5. Observe the Console
Expected results: No errors are thrown
Actual results: "AssertionException: Assertion failure. Value was Null" errors are constantly spammed
Reproducible with: 6000.2.0b3, 6000.2.1f1, 6000.3.0b1
Not reproducible with: 6000.0.56f1, 6000.2.0b2
Reproducible on: Ubuntu 24, Windows 11
Not reproducible on: macOS Sequoia 15.6 (M1)
Note: The issue is reproducible with either "ScreenCamera" or "SceneCamera" across different projects but never with both of them
First lines of error:
AssertionException: Assertion failure. Value was Null
Expected: Value was not Null
UnityEngine.Assertions.Assert.Fail (System.String message, System.String userMessage) (at /home/bokken/build/output/unity/unity/Runtime/Export/Assertions/Assert/AssertBase.cs:29)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
Add comment