In Unity, I have an Animator on a character.
Upon saving/loading the game, I want to preserve the pose and animation state the character is in.
However, I can see no way to read/write all the data from the Animator/Animation Controller in such a way that I can store it in and retrieve it from a binary file.
Is there a non-obvious way to achieve this?