Unity学习疑问记录之Apply Root Motion

Should we control the character's position from the animation itself or from script.

如果我们勾选了Animator组件中的Apply Root Motion选项

角色的Transform将不能通过脚本来直接赋值,而是通过动画的运动的来改变的

如果我们不勾选

我们就可以用脚本改变角色的Tranform

原文地址:https://www.cnblogs.com/bearhb/p/4519458.html