jbienzms / StorageServicesDemo

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

Home Page:http://www.deadlyfingers.net/azure/unity3d-and-azure-blob-storage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Blob Storage demo for Unity3d

Contains a Unity 5.5 project featuring several demo scenes for Azure Blob Storage.

  1. Capture PNG screenshot (image blob)
  2. Record .WAV audio clip (audio blob)
  3. Save and Load .unity Asset Bundles (binary blob)
  • Save/Load XML file to load Asset Bundle prefabs to scene
  • Save/Load JSON file to load Asset Bundle prefabs to scene
  1. List and delete blobs

Setup Azure Storage Service for Unity3d

  1. Create Azure Storage Service
  2. Create 'Blob' storage container (public read access is required for this demo).
  3. Enter blob storage details in Unity Editor window.

Credits

Dependencies included

Notes

The Storage Services library used in this demo is currently in early beta, so not all APIs are supported yet and some things may change. Questions or tweet #Unity #Azure @deadlyfingers

About

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

http://www.deadlyfingers.net/azure/unity3d-and-azure-blob-storage/

License:MIT License


Languages

Language:C# 100.0%