gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.01k stars 317 forks source link

Filebrowser now opens instantly, not after the user clicks on a random point on screen (WebGL) #100

Open vhelin opened 3 years ago

vhelin commented 3 years ago

Without this fix, on WebGL, the user needs to click on the screen to make the file browser appear. This fix removes the extra click, and opens the file browser right when UploadFile() is called.