I am animating a character for a sidescroller. Is there any more efficient way to flip right animations to left than by creating a separate animation clip that has Root Transform Rotation offset by 180 degrees?
While rather straightforward, it requires me to duplicate my work, any time when I want to add another animation state.