Progress indicator for the download of an addressable?

Using Naninovel C# APIs: adding custom actor implementations or commands, overriding engine services, integrating with other systems, etc.
Post Reply
zopez01
Posts: 5
Joined: 12 Jul 2021 04:54

Progress indicator for the download of an addressable?

Post by zopez01 »

It is possible to show a progress indicator for the download of an addressable, i'm using addressable, but naninovel loads the resources automatically and I would like to be able to show the user some download indicator.

Elringus
admin
Posts: 530
Joined: 11 May 2020 18:03

Re: Progress indicator for the download of an addressable?

Post by Elringus »

I'm not aware if there is a hook in addressables API for the progress outside of individual operations (in which case use that), but otherwise you can override Naninovel's addressable resource provider to access each download operation it starts and get the progress.

Post Reply