Harald ha scritto您如何在Unity中添加
BoundingBox
? 您是否正在使用BoundingBoxFollower。 如果是,那么请确保还添加一个BoneFollower
组件,如BoundingBoxFollower
文档部分 中所述。How did you add the
BoundingBox
in Unity? Are you using a BoundingBoxFollower. If yes, then please be sure to add aBoneFollower
component as well, as described in theBoundingBoxFollower
documentation section.
MARCUS

- 31 mar 2020
- Si è iscritto 6 dic 2019
- Modificato
如图所示...
我在 root 根骨骼 缩小至 0.3 后 给每张图片添加了 BoundingBox,但在拖入Unity里后...BoundingBox的尺寸却自动恢复到
原始图片1:1的大小了...导致动画无法正常使用...这是什么原因造成的呢?