Search Unity

Anim Event question

Discussion in 'Animation' started by CyberGolem, Jun 30, 2014.

  1. CyberGolem

    CyberGolem

    Joined:
    May 1, 2013
    Posts:
    21
    Is there a way to use an event in one Animation Controller to call a different Animation Controller? I'd like to create an autoplay feature that when one set of anims finishes playing, automatically plays another set.
     
  2. StarManta

    StarManta

    Joined:
    Oct 23, 2006
    Posts:
    8,775
    Not directly, but you can do this if you use a script as an intermediary.