Search Issue Tracker
Won't Fix
Votes
9
Found in
5.3.6f1
Issue ID
819713
Regression
No
Optimizing hierarchy does not worked on combined skinned mesh renderers
This issue has no description.
Comments (3)
-
RPGia
May 10, 2019 07:29
This issue still occurs in Unity 2019.1.1f1. This is a massive issue for my mobile game that relies on many Animators and combined skinned mesh renderers. Please fix!
-
chadfranklin47
Feb 03, 2019 16:51
Yeah, without this, you basically can't fully optimize a character which had more than one skinned mesh.
-
jhughes2112
Jan 29, 2018 20:20
This is the only way to make an MMO-style game fast. If you have 50 characters on screen, each of which has 5-10 slots to swap gear, you absolutely have to be able to bake them together into a single draw call each. If you can't optimize the transform hierarchy, they all run so slowly that it kills the framerate. Please, please, please fix this.
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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note:
We never found an elegant solution for this.