This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// AssetBUndleMgr.cs | |
// | |
// Created by Sinhyub Kim 2016.06.05 | |
// | |
using UnityEngine; | |
using System.Collections; | |
using UnityEngine.UI; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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; |