I have to pull something, so if user click again, and pulling animation is playing, how to play it backward?
I tried this
void OnMouseDown(){
animator.speed =-1;
}
But it saying me in console animator’s speed can be negative only in animator’s recorder.
How to achieve this?