摘要:
AssetBundle的几种加载方式 一:load byte as bundle UnityWebRequest webBBLoadRequest = UnityWebRequest.Get(path); yield return webBBLoadRequest.SendWebRequest(); 阅读全文
摘要:
拼接路径: string destination = Path.Combine(Application.dataPath, AssetBundleConfig.AssetsFolderName); 获取路径下文件: string[] files = Directory.GetFiles(dirPat 阅读全文