Thank you. I followed your advice and arranged everything in a sub layer, which works perfectly fine.
This feels really close to the best solution now.
I also got a better understanding for the problem with switching the animations:
if I walk in t…
Thank you for all your support!
So here's an update:
I linked the directional child objects to one parent object and managed to put the animations of, e.g., "Idle" in one clip all together. I linked each animation to it's child sprites a…
Thanks again. I also got a reply from Daniel Thomas:
"What you can try, if you don't want to create a custom scripts, would be to add all animations you need to one animator(on parent for an example). So now the problem is it's not one 'charac…
Thank you, that's helpful!
I tried to follow your solution but writing a Custom Animation script seems to exceed my skill level. I was able to enable/disable the child objects depending on the direction of the char with C#. But I don't get Adventur…
Thank you and thanks for your help!
Yes, I'm talking about the Daniel Thomas packs. I tried to move around the child objects but the character setup script of their parent is needed to update clothing and color etc., so it won't work. I was able to …