Search Unity

Reusing animations

Discussion in '2D' started by Rafayboss01, Oct 20, 2020.

  1. Rafayboss01

    Rafayboss01

    Joined:
    May 10, 2020
    Posts:
    12
    I have a game with over 8 characters and was wondering if there was anyway i could reuse the same animation instead of creating totall
     
  2. Cornysam

    Cornysam

    Joined:
    Feb 8, 2018
    Posts:
    1,466
    Im pretty sure you can but you will need to create a new animator and bring that animation into the new animator.
     
  3. adehm

    adehm

    Joined:
    May 3, 2017
    Posts:
    369
    I prefer using array of sprites and creating my own animator class, much less busy work that way and more control; but that may just be my ignorance of the animator.