我有一个带有2个动画的模型,在Blender中创建并导出到fbx。
引用XNAnimation.dll是可行的,但是当我在内容项目中引用XNAnimationPipline.dll时,我得到了一个构建错误。
The "BuildContent" task failed unexpectedly.
System.IO.FileNotFoundException: Could not load file or assembly 'XNAnimationPipeline, Version=0.7.0.0, Culture=neutral, PublicKeyToken=0c21691816f8c6d0' or one of its dependencies.
The system cannot find the file specified.
File name: 'XNAnimationPipeline, Version=0.7.0.0, Culture=neutral, PublicKeyToken=0c21691816f8c6d0'我最近升级到了XNA3.1,正在使用最新的XNAnimation库。
有什么想法吗?
谢谢
发布于 2009-10-01 16:20:07
重新构建源代码会将其排序
This explains
https://stackoverflow.com/questions/1504312
复制相似问题