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
Answer by abdullahsyyd · Feb 17, 2017 at 07:50 AM
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
@abdullahozitech Oh my god, thank you, this is exactly what I needed
Your answer
Follow this Question
Related Questions
ANIMATION STRANGELY DOES NOT PLAY 0 Answers
Help with a door slam trap 0 Answers
Animation/Movement Error 1 Answer
Click on Animation script throughout the game 0 Answers
Vuforia (AR) Play animation on Target Image found (SCRIPT Help) 0 Answers