Search Issue Tracker
By Design
Votes
0
Found in [Package]
Issue ID
1241158
Regression
No
[A2] [HDRP] SRP debug window redraws every frame when animated materials is on
Steps to reproduce :
- create a new project
- go to Help > About Unity and type "Internal" - this will show up the color circles around windows
- enable Animated Materials in the scene view
- go to Window > Render Pipeline
- open the Render Pipeline Debug and notice that both the scene view and the debug window are redrawing
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note:
Unfortunately the debug window needs to redraw on scene change otherwise a number of dynamic panels would not work properly. This is why it redraws every frame when "animated material" is enabled.
I also did a pass on the garbage generated and fixed some (mostly in the volume debug where there was a lot). Most of what's left is due to editor code so not fixable on our side.