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!
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!
Oh I see, OK! I’ll try to create a custom handler for onProgress. Thanks for the answer!