Closed aydinkarabudak closed 2 years ago
if i remove the zepeto scripts the problem goes away. The zepeto script is preventing the "Apply Root Motion" feature from working. How can I overcome this? This looks like a bug.
Solved !!!
OnAnimatorMove() {
this._animator = this.GetComponent<Animator>();
if (this._animator)
{
this._animator.ApplyBuiltinRootMotion();
}
}
Everything works fine in unity, but there is a problem when I take the zepeto package or test on device.
On some devices, my character's feet do not touch the ground and hang in the air. And the character is walking where he is without progressing. So "Apply Root Motion" doesn't seem to work.
Problem persists on iphone X. No problem with iPhone 11.