febucci / unitypackage-custom-hierarchy

Unity package to help having a clearer Hierarchy view, organizing everything in a “tree view” and including extra informations like Components Icons and groups/divisors.
Other
607 stars 76 forks source link

Alternating Background issue when selecting a gameobject in hierarchy #12

Open khold93 opened 2 years ago

khold93 commented 2 years ago

The "Alternating Background" flickers every time I select a new object in Hierachy. I assume its updating on click and is redrawing the alternating background, It only happens if the hierarchy is not fully visible it seems. Aka not showing all the gameobjects in the list.

JurjenBiewenga commented 2 years ago

You can fix this by setting HierarchyDrawer.temp_alternatingDrawed to false in the EditorApplication.Update callback.