Search Unity

Simple way to convert multiple sprite sheets to animations?

Discussion in '2D' started by Unground, Apr 4, 2016.

  1. Unground

    Unground

    Joined:
    Apr 4, 2016
    Posts:
    2
    Hi Everyone,

    Is there a simple way to convert sprite sheets to animations in an automated way?

    I have several hundred sprite sheets for characters. They always have the same format like
    first 8 frames: walk left
    Next 8 frames: walk right
    ...around 10-12 other animations per character.

    I don't want to manually grab the first 8 frames for each sprite sheet to make the animation - is there a way to easily convert these sprite sheets to animations other than manually dragging and dropping each frameset?

    Thanks!
     
  2. Zaflis

    Zaflis

    Joined:
    May 26, 2014
    Posts:
    438
    You can reuse 1 animation for every spritesheet. This by changing the sprite texture with script at runtime.
     
  3. CrystalDynamo

    CrystalDynamo

    Joined:
    May 22, 2014
    Posts:
    120