Dynamic resources loading

Hi!
I’m curious if resources.load function do cache after loading or I have to cache resource on my own?
If so how can I cache downloaded resources?

It do cache all assets related.
On web, it download and cache the created asset object. On native platforms, it only cache the created asset object, because the file is read locally.

1 Like