Dreadrith / HierarchyPlus

A general improvement to the unity hierarchy such as component icons, guide lines, row coloring and settings for customization.
GNU General Public License v3.0
35 stars 4 forks source link

Add alwaysShowIcons option #13

Closed JustBuddy closed 3 months ago

JustBuddy commented 3 months ago

This PR adds an option called "alwaysShowIcons". It is made to address #12.

While functional, I am not really satisfied with it yet, as I would love the Icons to draw over, not under the text. image

If this is all that was asked for, feel free to use this PR as a solution.

JustBuddy commented 3 months ago

Is clickable image

JustBuddy commented 3 months ago

(Hopefully) fixed the returns properly. Before, it still culled the GameObject icon. Now it does not.