Skip to content

Unity3dAzure/StorageServicesGLTFDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity glTF blob storage loader sample

Sample Unity project for loading glTF models using Azure Blob Storage. (Project settings configured for UWP and HoloLens)

:octocat: Download instructions

This project contains git submodule dependencies so use:
git clone --recursive https://github.com/Unity3dAzure/StorageServicesGLTFDemo.git

Or if you've already done a git clone then use:
git submodule update --init --recursive

Setup

  1. Create Azure Blob Storage

  2. Create a blob container.

    • Tip: Get the free Storage Explorer to create blob container and upload the glTF files.
  3. Download some GTLT blobs from glTF Sample Models and copy them into your blob container.

  4. Copy and paste details into the Unity scene's blob storage config game oject.

Requirements

  • Requires internet connection. Make sure HoloLens is connected to wifi as assets are loaded dynamically!

Dependencies installed as git submodules

Refer to the download instructions above to install these submodules.

Questions or tweet #Azure #GameDev @deadlyfingers

About

Unity blob storage sample for loading glTF models dynamically

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages