gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.07k stars 324 forks source link

Issue with WebGL build #23

Open ihsanmutlu opened 6 years ago

ihsanmutlu commented 6 years ago

After updating Unity to 2017.2, I get this error in web console: NetworkError: A network error occurred. I can reach created blob via url but unity can't read it.

ihsanmutlu commented 6 years ago

Confirmed that it is working on former versions of Unity by downgrading. It creates error on calling blob with WWW so it might be a problem with CORS.

gkngkc commented 6 years ago

I tried it on 2017.2.0f3 / mac osx / firefox 57.0.1, works fine.

If you can give more info about the problem, i'll look into it.