hierarchyWindowItemOnGUI - Is there a way to stop default label drawing?

When using the callback to add icons / custom GUI to the hierarchy, the default label is always drawn. I have developed a nested plugin utility that I would like to clean up the way that prefabs are drawn in the hierarchy, but because the selected / non selected states are very complicated, drawing over the foldout element is not easy.

Is there a way to stop the default item drawing from happening so we can completely replace the foldout GUI?

Thanks!

No, not currently. The current callback is regarded as an ‘overlay’ callback. Your request have been noted for future improvements.

Mads,

I appreciate the time.

Thank you,