Hello everyone !
I have a little problem : I created an animation (by unity) for my player when he dies. But when he respawns I want him to be as he was before this animation. An easy solution should be to reverse this animation and play it very very quickly to get back to the previous state, but I wonder if there is a cleaner way to do this.
It is for a multiplayer game, so I would like to avoid to destroy all my character and reinstantiate one…