Is there a way to add custom gizmos to an object that show up in the editor? I’m trying to implement my own simple Physics system and each object has a BoundingBox. Is there a way to draw a wire-frame rectangle in the editor screen that represents the BoundingBox in a script?
Thank you.