学员(7687)
课程(179)
分享
我在状态机里设置了speed,然后通过代码 anim.SetFloat("speed",anim.velocity.magnitude)获取speed的大小,为什么在运行的时候speed并没有发生变化还是(0.0)
检查下“anim.SetFloat("speed",anim.velocity.magnitude)” 这个代码是执行了没有
检查下anim.velocity.magnitude这里的值具体是多少,检查下 你的参数设置是否是speed,大小写是否一致