Search Unity

Animations playing at start, but "play automatically" bool is false

Discussion in 'Animation' started by MrBlackSwarm, Jan 17, 2014.

  1. MrBlackSwarm

    MrBlackSwarm

    Joined:
    Apr 13, 2012
    Posts:
    36
    Hi guys. I've got strange problem. I don't know why the animations are playing at start of the level. Even when I tried doing them "OnTriggerEnter" they didn't work.

    It's simple - the animations are playing at start and play automatically" bool is set to false. I don't know why is it happening

    PS: When i've made animations, the "animation" component hasn't been added to my 3d models.

    I hope you can understand...
     
  2. MrBlackSwarm

    MrBlackSwarm

    Joined:
    Apr 13, 2012
    Posts:
    36
    Okay, nevermind - i've figured it out. It was that, the game object was using Animator, not animation by default.