WooshiiDev / HierarchyDecorator

Lightweight Unity Plugin transforming the Hierarchy into what it should be. Adds headers, styles, icons and more.
MIT License
1.02k stars 47 forks source link

Bug - Investigation into frame freezing when deactiving/activating instances #72

Closed WooshiiDev closed 1 year ago

WooshiiDev commented 1 year ago

Current Unity version used N/A All of them

Describe the bug Seems to still be some degradation in the editor when particular features are on. This seems to be related to active/inactivity. The frame hits are single frames per state change, but still need investigated.

Previously #62 was mentioned, and it has gotten better but its still not perfect. Will need to do a thorough look into this and see what the problem is.

To Reproduce (If applicable) Play game, activate/deactivate instances. Note: This may vary on different hardware.

Additional context Will fix for next patch.

WooshiiDev commented 1 year ago

Should be fixed to a significant degree with improved cache using look ups. It could be improved even further removing Excluded components list, and containing that into component types directly.

Will look into that as a future feature.