using UnityEngine; using System.Collections; using System; public class testLoadFromAB : MonoBehaviour { IEnumerator DownloadAndCache() { while (!Caching.ready) yield return null; //注意,从本地加载时,必须使用前缀 file:///或file://,从网络加载则使用 http://,这两种协议可以在iphone和WI
using UnityEngine; using System.Collections; public class testLoadFromAB : MonoBehaviour { IEnumerator DownloadAndCache() { while (!Caching.ready) yield return null; //注意,从本地加载时,必须使用前缀 file:///或file://,从网络加载则使用 http://,这两种协议可以在iphone和WINDOWS, 安卓上通用 /