Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Play Animation automatically not work

Discussion in 'Animation' started by FraMarSaMi, May 26, 2014.

  1. FraMarSaMi

    FraMarSaMi

    Joined:
    May 13, 2014
    Posts:
    86
    I want that an animation not start automatically but if I uncheck "Play Animation Automatically" into Animation panel it work ....why ? How can I disable the animation when start the game? Thanks
     
  2. joedurb

    joedurb

    Joined:
    Nov 13, 2013
    Posts:
    38
    Just a newb answering here, but Might have to be using Legacy "Rig" mode (Import , RIG options) for that option to affect.

    Otherwise, for a hack-around coupld put the following in Start() for the object:
    gameObject.GetComponent(Animation).Stop();