Skip to content

Instantly share code, notes, and snippets.

@Sinhyub
Sinhyub / AssetBundleMgr.cs
Created June 5, 2016 09:31
download and load asset from AssetBundle with Synchronous Method (Blocking call)
//
// AssetBUndleMgr.cs
//
// Created by Sinhyub Kim 2016.06.05
//
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
@Sinhyub
Sinhyub / AssetBundleHelper.cs
Last active May 21, 2016 17:14
Unity Asset Bundle Loader
//
// AssetBundleHelper.cs
//
// Created by Sinhyub Kim on 5/22/15.
//
//#define LOAD_ASSETBUNDLE_FROM_LOCAL
//#define SKIP_ASSETDOWNLOAD_ON_EDITOR
using UnityEngine;
using System.Collections;