Search Issue Tracker
Fixed in 2021.3.31f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 2023.3.0a1
Votes
0
Found in
2023.3.0a1
Issue ID
UUM-33237
Regression
No
Gaphics.ExecuteCommandBuffer Adds Unwanted UpdateRendererBoundingVolumes Calls in Profiler
How to reproduce:
1. Download and open the attached project
2. Enter "Play" mode
3. Observe the profiler window
Expected outcome: UpdateRendererBoundingVolumes is not called multiple times
Actual outcome: UpdateRendererBoundingVolumes is called multiple times
Reproducible with: 2020.3.46f1, 2021.3.21f1, 2022.2.11f1, 2023.1.0b8, 2023.2.0a6
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
- 'NullReferenceException' error is thrown when the Tutorials window is closed and the "Welcome Dialog" is pressed
- Mouse Postion can become max value or infinity when using touch input with Legacy Input Module
- Crash on RaiseException when creating a multiplayer room while toggling UI
- Performance Markers “Add Column” dropdown has a lot of empty space when opened
- Console Warning -- KeyboardIconAtlas sprite Input Outline goes beyond the boundary of the Sprite rect.
Resolution Note (fix version 2023.3):
Added early-out when executing empty command buffers.
Resolution Note (fix version 2023.2):
Added early-out when executing empty command buffers.