What tips can you give for sharing with timeline animations?
For example, take a shower if you do it in a timeline, and move from the bed to the shower stall and back using your plugin.
If you create the scene from scratch, i would add all the body control parameters as float parameters in Timeline, and directly animate CLS using timeline. I would then create "(Loop)StandingMovement" "Showering" "SitOnBed" "StandUp" animations only using the CLS parameters, and play them using the triggers.
If you want to use pre-existing Timeline animations. Let's say for example you already have the "Showering" and "SitOnBed" animations, i would use the onDestinationReached trigger to disable the control of CLS when showering/near the bed, and then play the timeline animation as normal.
I will add some examples on how to do that in the next update of the CLS Setup scene ^^