16265人加入学习
(55人评价)
AssetBundle(创建打包)入门学习(基于Unity2017)
价格 免费

IEnumerator Start()
{
    string uri = @"file:///E:\Work\Work2\AssetBundleTest\\AssetBundles\wall1.unity3d";
    UnityWebRequest uwr = UnityWebRequestAssetBundle.GetAssetBundle(uri);

    yield return uwr.SendWebRequest();

    AssetBundle ab = DownloadHandlerAssetBundle.GetContent(uwr);


    GameObject obj = ab.LoadAsset<GameObject>("wall1");

    Instantiate(obj);
}

[展开全文]

授课教师

问问题加入A计划,有专门负责答疑的老师哦!!!

课程特色

图文(1)
下载资料(1)
视频(24)