StorageServicesDemo icon indicating copy to clipboard operation
StorageServicesDemo copied to clipboard

Unity demos for saving and loading images, audio, xml, json and Asset Bundles using Azure Blob Storage

Results 5 StorageServicesDemo issues
Sort by recently updated
recently updated
newest added

Hello, I have addressables working loading from read only public blob storage. In the demo scenes there are demos for listing private blobs and asset bundles. Is there anything in...

Can I deploy it to WebGL and upload large files (1GB+) reliably

ImageDemo stopped working. This is actually due to the issue reported here https://github.com/Unity3dAzure/RESTClient/issues/4 Newest RESTClient changes breaks scenarios for `byte[]` array blobs.

Just discovered a weird bug in iOS that stops additional requests working - needs further investigation. I see an unusual error message saying `Month 13 is out of bounds` on...

Save and load Unity scene file (as part of Asset Bundle demo) https://unity3d.com/learn/tutorials/topics/scripting/assetbundles-and-assetbundle-manager Originally discussed on YouTube: https://www.youtube.com/watch?v=0gpg2xwusjM

enhancement