Let's say I have a side-scrolling platformer character built of multiple body parts. I create an animation for walking to the right
Is there a way to mirror this animation when walking to the left?
DiegoM
Develop games in your browser. Powerful, performant & highly capable.
There is no implemented way to do so and Diego could not find a workable way to implement it so far.
dropbox.com/scl/fi/x0ubqwc1tlzhggygsm3m0/mirror.c3p
Set the body parts as children, then mirror the parent.
dropbox.com/scl/fi/x0ubqwc1tlzhggygsm3m0/mirror.c3p Set the body parts as children, then mirror the parent.
This doesn't work with timeline animations
dropbox.com/scl/fi/oowuktkrb0fzr5k8swr5u/mirrorTimeline-1.c3p
Just add in a tag into the timeline to trigger the mirror instead.