Hello,
I want to add percentage of loading assets below the default babylon screen loader with the single text
"Loading assets x %..." using loading screen.
x=(number of loading asstes / 100)*total assets.
I have found informations in http://doc.babylonjs.com/tutorials/How_to_use_AssetsManager#using-loading-screen and http://www.babylonjs-playground.com/#1WXS3J
But my question is how to get number of loading asstes in my scene and total assets is the number of mesh and textures in my babylon file?
Finally where i have to put this function ?
Thanks