http://blog.csdn.net/ldghd/article/details/9632455 ***************************** 一 ************************** AssetBundle incompatibility 1 I just started receiving the following error: The asset bundle 'http://***.unity3d' couldn't be lo…
using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEditor; using System.IO; public class BuildAssetBundle : Editor { //需要打包的路径,根据项目具体需求自己定 private static string assetPath = "AllAssets"; //导出包路径 private stat…