Animation triggered by other animation, script, c#

Hi, guys

So, I’m still not a programmer and it’s continues cause my rage.

Goal is simple: I already have a script in which I press the button and animation start playing, but I want to other animation start playing because is start playing first animation )) it’s gonna be another script, I think, and I’ll figure out what will happen next.

I really have no idea how it should be done rigth, so even I am ashamed to send code, please help

First of all never feel ashamed of sharing your code, I think you are trying to say that you want play another animation at the end of already playing animation. You need to use animator component and animator controller. You can create two states in animator controller for these two animations. Simply create transition from first state to another this will automatically start playing second animation