UnityStandaloneFileBrowser
UnityStandaloneFileBrowser copied to clipboard
Filebrowser now opens instantly, not after the user clicks on a random point on screen (WebGL)
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.