Webgl Cache
Opened this issue · 0 comments
gulucay commented
Hello, thank you for the very useful plugin. I want to get images without cache in webgl, but even though I do cache (false), the images appear to be cached in the browser console.
When I call the functions below, I get the attached error.
Davinci.ClearCache("https://vr.autoexpoturkiye.com/standTexture/H1/StandImages/Stand_3/Afis1.png");
Davinci.ClearAllCachedFiles();
[Davinci] Error while removing cached file: Directory does not exist.
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
How can solve this problem,
Thank You