Search Unity

How to animate seperate body parts

Discussion in '2D' started by ch3mbot141, Sep 22, 2016.

  1. ch3mbot141

    ch3mbot141

    Joined:
    Sep 22, 2016
    Posts:
    11
    I could not find one tutorial on how to animate separate body parts of a character. I want to have all the different parts of a character in unity and have them move without having to have a bunch of premade sheets of the character in different stances. Could someone explain how or direct me to a tutorial?
     
  2. LiterallyJeff

    LiterallyJeff

    Joined:
    Jan 21, 2015
    Posts:
    2,807
    You can have each bodypart be a separate child gameobject with a spriterenderer, and you can use the Animator to animate each one of these objects separately.