Disabling GUI components ?

When I display a dialog box with the GUI.Window, how can I disabled the components behind (buttons for example) to avoid interaction (click, hover, etc) with these components ?

introduce some bools and write conditions

Yes, but how can I disabled the state hover of a button ?

Ok, I’ve found how to do with the parameter GUI.enabled :slight_smile: