Unity异步加载AssetBundle方案,4.x版本资源加载(5.x版本资源能够参考插件AssetBundleManager)

提高资源加载速度,不卡主线程的加载方式异步 using UnityEngine; using System.Collections; public abstract class AssetBundleLoadOperation : IEnumerator { public object Current { get
相关文章
相关标签/搜索