Unity加载AB资源
摘要:
using System.Collections; using System.Collections.Generic; using UnityEngine; public class AssetBundleLoad : MonoBehaviour { void Start () { AssetBundle ab = AssetBundle.LoadFromFile(... 阅读全文
posted @ 2019-04-14 16:06 91焦先生 阅读(1363) 评论(0) 推荐(0) 编辑