Search Issue Tracker
Fixed
Votes
4
Found in
5.2.0b1
Issue ID
710458
Regression
No
[Performance][SkinnedMesh] (Rendering.UpdateDirtyRenderers) Skinned mesh renderers cost lots of cpu power
After few tests I found out the more skinned mesh renderers you have the more method Rendering.UpdateDirtyRenderers cost your cpu power.
Project Steps:
1. Open scene "Test". Scene contains 270*6 objects and only 270 of them are visible.
2. Open profile and find Rendering.UpdateDirtyRenderers (Its probably in the top).
So, excluding vsync, this method every frame takes more then half my cpu power.
I noticed that this behaviour is not regression and it leads to believe that its by design. But if you ask me its extremly unoptimaized, there is no screen cullling for this method => The more skinned mesh renderers you have in the scene the more this method will consume your cpu. Also naming is quite confusing because UpdateDirty shouldn't be called every frame, so atleast rename it to Rendering.UpdateRenderers, because not it acts like that.
Any way, if its intended could you explain the behaviour behind thie method?
Comments (1)
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
- [Android][iOS] The keyboard closes and re-opens when consecutive input fields are selected
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
Yarogleck
Sep 05, 2015 13:42
I've also noticed this