Detect loading screen

Is there any way to know if the scene is in its loading screen in babylon? ILoadingScreen | Babylon.js Documentation (babylonjs.com)

Not currently, feel free to make a PR for it :slight_smile:

Currently it hides only when the scene is ready so running this: scene.executeWhenReady(() => {…}) would ensure the code there would be after it is not visible anymore.

1 Like