AssetsManager hides loading ui even when useDefaultLoadingScreen is false

I want to use asstets manager and I want to handle loading UI by myself.
But assets manager hides loading UI when finishes all tasks even when useDefaultLoadingScreen is false

https://playground.babylonjs.com/#0XCRCG

You can use assetsManager.autoHideLoadingUI = false; for this:

https://playground.babylonjs.com/#0XCRCG

Thanks, didn’t know about this :blush:

no problem, glad it helps.