Get loading progress value using asset manager

Hi All,

how to get the loading percentage when loading objects using asset manager?

Hi.

You can use onProgress callback. It returns remainingCount (count of assets in the task), and totalCount. Which should be enough for you to calculate percentage.

2 Likes

Thanks @nogalo :slight_smile: