I made rotate Animation clip which is rotated 90 degrees in y axis. It can success rotating in play of Unity Editor . However, it can not complete in Oculus Quest 2. It looks like rotate only about 70 degrees. How do I fix it?
There is nothing special about Quest with regard to animations.
I can’t guess why your animation is not completing. You will need to double-check anything that could be stopping the animation, and use Debug.Log to check all your assumptions.