WWW废除后使用UnityWebRequest下载AB包(AssetBundle)

WWW类废除,Unity提供了更加快捷的获取方式 ,以下: IEnumerator GetAssetBundle() { //AB包路径 string bundlePath = Application.streamingAssetsPath + “/textrue”; //直接使用UnityWebRequestAssetBundle得到AB包 UnityWebRequest www = Unity
相关文章
相关标签/搜索