1. 下载示例demo,可以直接从AssetsStore上下载,但是速度比较慢,我在github上找了一个据说支持unity5.x的。
链接:https://github.com/spacebeagle/Unity-CharacterCustomization_v5
2. 下载之后发现在unity5.2.1上有编译错误,解决一下就OK了。
3. 打开场景DressingroomExample,启动运行发现WWW下载AssetsBuddle失败,发现在是两个版本的Application.dataPath路径不一样。
4. 再次运行报错:could not be loaded because it is not compatible with this newer version of 原来是AB是旧版本Unity上生成的,重新
生成一下就好了。