The way basic animation systems in engines work is by using forward kinematics. That is, if I want to animate my arm, first I move my upper arm, and then I move my lower arm. When I move my upper arm, the lower arm goes with it, so this makes it hard to place my hand in a particular place. It also makes it very hard to…