File Browser WebGL

This plugin allows you to open the file browser on the web. This can be used to upload any file(s) to Unity for various kinds of applications. You may want to implement your own paint app, or your own video player app, for example. The user uploads the file and you manipulate it in Unity.


FEATURES

  1. Upload any file into Unity by calling the file browser on the web.
  2. Uploading multiple files at once is possible.
  3. It’s possible to specify a string that restricts the types of files the user can open(upload to Unity) with the file browser. Unwanted types won’t even be seen.
  4. It’s possible to drag and drop files.
  5. You can select a folder instead of files.
  6. It’s super fast: open 3000 images (1.7 GB) and upload them into byte arrays in ~ 4 seconds.
  7. No need to touch HTML/CSS overlay(s). This is entirely abstracted away from you. Unity all the way, for everything. This is the only file browser plugin for the web where you do everything in Unity.

If you like my plugin, please consider leaving a review. It helps me immensely and encourages me to improve the plugin further, and other people to support my work :).