Unity Mega Fiers导入PC2文件失败

1.前言
如何导入看这篇文章,链接,讲的很清楚了
2.问题及解决
出现mapping of XXX failed,查了好多资料,最后还是好不容易翻墙找到了官网才知道,这个也太偏僻了

	Make sure you are using local space point cache files, so for example
if you are using Max make sure you use the Object Space Point Cache 
Modifier as opposed to the World Space version and in other packages 
be sure to click the local space option box in the exporters.
	Also if you have Mapping Failures check to see if the Optimize Mesh
option is turned off in the Unity FBX import settings.

第一种是坐标问题,我是第二种情况,这个勾去掉就ok
在这里插入图片描述
还有,我补充一句,添加point cache组件的object一定是max里用点缓存的,也就是说,该是哪个物体就给哪个物体,这个不要给了父物体


版权声明:本文为qq_36490364原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。