Get individual task progress

Is it possible to show how much is downloaded of an individual task? Like we are able to with XMLHttpRequest: progress event.

I am aware of the function onProgress on AssetsManager. Sometimes we only got one big model, and it would be nice to show download progress.

That would be a wonderful addition to the AbstractAssetTask class. an onProgress for a specific task. At the moment we don’t pass any function to the import onProgress callback, but we could pass the task specific one if it exists.

Want to submit an issue request on github? you can reference this forum post.

2 Likes

Yes of cause! And thanks we replying so quick :smiley:

1 Like