shamsdev / davinci

An esay-to-use image downloading and caching library for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting WebGL

shamsdev opened this issue · comments

will this plugin works for unity webgl. and the cache part also?

Originally posted by @Saiteja1412 in #6 (comment)

Sure, Davinci works in WebGL as well. Caching works well too. WebGL does not have direct access to the local file system, as the content is run in a browser. All the cached files are therefore stored in the browser "indexedDB".