Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.3.1
Issue ID
1315359
Regression
No
[URP] UniversalRenderPipeline.UpdateVolumeFramework is called when no volumes exist in a scene
Repro steps:
1. Open the attached project "urp_regression"
2. Build and Run on any platform
3. Connect the Profiler
4. Notice the call to UniversalRenderPipeline.UpdateVolumeFramework()
Actual: UniversalRenderPipeline.UpdateVolumeFramework is called even when there aren't any volumes in the scene
Expected: UniversalRenderPipeline.UpdateVolumeFramework isn't called even when there aren't any volumes in the scene
Reproducible with: 2019.4.21f1 (URP 7.5.1), 2020.2.6f1 (URP 10.3.1)
Notes:
- Couldn't attach the profiler on 2021.1.0b8 and 2021.2.0a4
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
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
Resolution Note:
This is by design. Work is underway that allows you to manually control the volume updates.