Prevent AssetManager from controlling loading screen

We are using AssetManager to load a cube texture before we load in other assets. For a number of reasons, we can’t load the the other assets at the same time, so we want to control the loading screen manually. Even though we set AssetManager.useDefaultLoadingScreen to false, the AssetManager is still hiding the loading screen as soon as the enviro. Is there a way to prevent AssetManager from controlling the loading screen at all?

Just added a flag autoHideLoadingUI in the asset manager so that you could opt in in managing the hideLoadingUI() yourself.

It will be in the next nightly probably in 30 minutes

Thank you for the quick response and solution. We use Babylon as an NPM package. Do you know if that package gets updated nightly as well?

I will update it today :slight_smile:

1 Like