Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Animate different sprite size

Discussion in 'Animation' started by ramose, Feb 9, 2015.

  1. ramose

    ramose

    Joined:
    Mar 15, 2014
    Posts:
    9
    Hi all,

    I have sprites that have to be animated each with size 300x200 px. The character movement takes around 50% of the whole size. The remaining space needed for die animation.

    1. Should I go with the whole size or should I separate normal animation size (50%) and die animation (100%).
    2. is it possible to animate sprites with different size but take same pivot position?

    Thanks :)