How to make GUI elements disappear on mass ?

In Visual Studio C++ or Basic, if you put several buttons, labels etc on a panel and then toggle the visibilty of the panel, all the buttons etc also disappear.

How could this be done in Unity JavaScript please ?

Thanks

One way is to attach your GUI elements to a Camera you dedicate for GUI and then enable/disabe that camera when you want to show/hide the GUI

Good luck

/Chris

Interesting idea, thanks

Could you give me an indication of how I who do this please ?

Cheers