#AssetStore #unity #unity3d #new #asset #gamedev #indiedev #GameContentShopper

Publisher

LullaByte

Please Note

This entry is from Monday January 20, 2025. The price of the asset may have changed since then.
Please visit our homepage for recent offers and sales. Official and private Unity Asset Store™ sales usually last about 14 days.

Overview

Simple and robust solution for Uploading/Downloading files in Unity WebGL project.

There are two ways to use package:

  • Use the ready SK_Dropzone component. (Works when clicked, or when file dropped)
  • Use SK_FileBrowser methods

SK_Dropzone component accepts parameters:


You could also request file download/upload by code using:

  • SK_FileBrowser.DownloadFile(fileName, fileByteArray);
  • SK_FileBrowser.PickFile(options, callback);
X