- Home /
Animation Autostart
Hello,
I have a problem with the animation-system in the new unity ( for my main project i still use v 4.2.1 ). How do i deactivate that the animation is starting with the scene.
thx for help (sorry for the mistakes im german :) )
Answer by Landern · Nov 16, 2014 at 01:33 AM
I assume you're using the new mecanim animation system.
Assuming there is an Animation component on the game object and you're not just using the Animator component
In the animation inspector, uncheck "Play Automatically", you may also want to set the default Animation to None.
Please see: http://docs.unity3d.com/Manual/class-Animation.html http://unity3d.com/learn/tutorials/modules/beginner/animation
Your answer
Follow this Question
Related Questions
Can I make animations snap to a frame? 1 Answer
Animation marked as legacy, still wont work 1 Answer
Character lift off the ground gradually during a running animation 1 Answer
Animation marked as legacy, still wont work 0 Answers
UI animations and particlese not working when changing scene 2 Answers