Mirror animation played with Playables on runtime
I am using SimpleAnimation component ( https://blogs.unity3d.com/2017/11/28/introducing-the-simple-animation-component/ ) to have a character perform a longer animation (a dance). Now I do want to have the option to change the dance to mirrored during runtime. While I know it is possible to do this when using Animator ( https://forum.unity.com/threads/runtime-animator-state-properties-speed-mirror-cycleoffset-for-5-1.307521/ ), I fail to find a way how to change this when using Playables. Switching the mirror on the "New state" state created by Playables in the AnimatorController has no effect (as does changing the speed), and there is no way to access the AnimatorState created by the playable from the playable interface. Is there anything I can do to change the animation to mirrored? If not, is there any way how I could import the same animation twice, with different import settings, but without doing a manual copy of the file and in turn doubling its size?
EDIT/ANSWER: Just noticed that when you open a FBX file in inspector, you can duplicate the clip on the Animation tab by clicking + in the list of clips. Then you can easily enable mirror on the second clip.
Your answer

Follow this Question
Related Questions
Animator vs Animation Clip via Scripting 0 Answers
How to Apply Animation to Player 0 Answers
Opening Cutscene 0 Answers
Death animation wont work when I collide with a 2d Collider 0 Answers
what is the difference between animation and animator 1 Answer