Hi there,
I am currently working on my main character. It should be composed of multiple bodyparts sprites with independant behaviors.
Currently I am using a parent to hold the controlling script, and each bodypart is a seperated gameobject with a unique Animator.
The issue is that as soon as an animation is changed it desyncs from the others…
Thanks in advance