Babylon GUI Responsive Top Menu

Hi ! Thanks, that is perfect, I was trying to change the size of the frame in the GUI editor or make it transparent but it didn’t work. Do you know which parameter will turn the entire GUI on and off? I tried “loadedGUI.isVislble = false” and it isn’t working. I tried many others too. Only thing that works is “loadedGui.dispose()”.

Set the root container’s isVisible to false: Load GUI From Snippet Server | Babylon.js Playground (babylonjs.com)

1 Like