All Projects → Unity3dAzure → StorageServices

Unity3dAzure / StorageServices

Licence: MIT license
Azure Blob Storage for Unity

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to StorageServices

storage
Go library providing common interface for working across multiple cloud storage backends
Stars: ✭ 154 (+366.67%)
Mutual labels:  azure-blob
AzureChamp
A repository for Azure Champ program to train technical experts to get ready for Azure
Stars: ✭ 16 (-51.52%)
Mutual labels:  azure-blob
IronLeveldb
A leveldb implementation in C#
Stars: ✭ 25 (-24.24%)
Mutual labels:  azure-blob
Sftpgo
Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
Stars: ✭ 3,534 (+10609.09%)
Mutual labels:  azure-blob
Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+92448.48%)
Mutual labels:  azure-blob
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+11815.15%)
Mutual labels:  azure-blob
Wal E
Continuous Archiving for Postgres
Stars: ✭ 3,313 (+9939.39%)
Mutual labels:  azure-blob
OrdersManagementSystem
Project demonstrates usage of Prism composition library, Material design library, SQL Server, Entity Framework in WPF application
Stars: ✭ 29 (-12.12%)
Mutual labels:  azure-blob
fl-image-resize
A library to quickly resize images with Azure Functions
Stars: ✭ 15 (-54.55%)
Mutual labels:  azure-blob

Azure Storage Services for Unity3d

Save and load image textures, audio files, json or xml data files for use in Unity. You can also store Unity Asset Bundles to load Prefabs with referenced scripts to work in your game / application.

External dependencies

First download the shared REST Client library for Unity and extract the contents into your Unity project "Assets" folder.

Requirements

Unity 2017.2 recommended. Unity v5.3 or greater required as UnityWebRequest and JsonUtility features are used. Unity will be extending platform support for UnityWebRequest so keep Unity up to date if you need to support these additional platforms.

Azure Blob Storage Demos for Unity 2017.2

Try the Azure Storage Services Demos project for Unity on Mac / Windows. (The demo project has got everything already bundled in and does not require any additional assets to work. Just wire it up with your Azure Storage Service and public Blob container and run it right inside the Unity Editor.)

How to setup Storage Services with a new Unity project

  1. Download StorageServices and REST Client for Unity.
    • Copy 'StorageServices' and 'RESTClient' into your Unity project's Assets folder.
  2. Create Azure Storage Service

Supported platforms

Intended to work on all the platforms UnityWebRequest supports including:

  • Unity Editor and Standalone players
  • iOS
  • Android
  • Windows

Notice

This library is in beta so not all APIs are supported yet and some things may change.

Questions or tweet @deadlyfingers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].