Hello, I’m writing a custom editor. I have some custom handles which are drawn when a specific gameobject is selected. However, I would like to remove the default handles for that gameobject that unity gives, to remove the clutter and make selecting my tools easier. Is there a function which deals with drawing gizmos which I can override?
Thanks