Resources loading

Is there any way to handle the resources (text, images) being used when displaying the scene to be displayed at the same time?
Is there a preloadable cache system for resources?
Thank you!

Sure we do :slight_smile: We have the AssetsContainer for meshes, animations and such: Asset Containers | Babylon.js Documentation (babylonjs.com) and the IndexedDB cache: Optimizing Using Cached Resources | Babylon.js Documentation (babylonjs.com)

2 Likes

Thank you for answer.

1 Like