• 中文
  • spine导入unity颜色不正确问题

  • Изменено
Related Discussions
...

我在spine中的光特效使用了 混合模式“滤色”,导入unity游戏场景中却没有这个着色效果,请问在unity怎么设置这个材质呢 :meh: 需要和spine中的效果一致(3.8.9版本)

使用 spin-unity 3.8 时,您需要在 Inspector 的 Skeleton Data Modifiers 中的项目中的 _SkeletonData 资产中分配 BlendModeMaterialsAsset。 为此目的,您可以分配“默认 BlendModeMaterials”。

请参阅此处的文档(我们很抱歉,由于该功能在 spin-unity 4.0 和更新版本中已过时,因此仅翻译了部分内容):
spine-unity 运行时文档: SkeletonData 修改器资产


When using spine-unity 3.8, you need to assign a BlendModeMaterialsAsset at the _SkeletonData asset in your project, in Skeleton Data Modifiers in the Inspector. There is Default BlendModeMaterials provided for this purpose that you can assign.

See the documentation here (we apologize that only part of it has been translated yet, due to the feature being obsolete in spine-unity 4.0 and newer versions):
spine-unity 运行时文档: SkeletonData 修改器资产

好的,先研究下,谢谢~