how to get animation from animator unity gameobject code example
Example: how to get the current gameobject animator in unity
Animator animator = this.GetComponent<Animator>();
Animator animator = this.GetComponent<Animator>();