Load remote bundle progress

I want to load remote bundle like this

assetManager.loadBundle(remote_bundle_url, callback);

is there a way to show progress when the remote bundle is loading? I can only show progress when loadScene from remote bundle. Thank you in advance!

You can try to modify the engine’s code to get the progress:

1 Like

Oh I see, OK! I’ll try to create a custom handler for onProgress. Thanks for the answer!