UnityStandaloneFileBrowser icon indicating copy to clipboard operation
UnityStandaloneFileBrowser copied to clipboard

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

Open vhelin opened this issue 5 years ago • 0 comments

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.

vhelin avatar Feb 03 '21 11:02 vhelin