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.

Simple Button Animation

Discussion in 'Animation' started by AlphaGTR, Jan 17, 2015.

  1. AlphaGTR

    AlphaGTR

    Joined:
    Oct 26, 2013
    Posts:
    38
    Hi All,

    I have a sprite that I am using as a button. I would like the button to have an auto-playing, looped animation where it just scales its size up/down (pulsing). Can anyone point me in the right direction?
     
  2. AlphaGTR

    AlphaGTR

    Joined:
    Oct 26, 2013
    Posts:
    38
    Figured it out - just had to select the button object and add an animation to it. If I want to use the same animation on multiple buttons but with time offsets is there a easier way then having to create multiple animations with different offets?
     
  3. alicesimmons

    alicesimmons

    Joined:
    Jan 20, 2015
    Posts:
    2
    You will just have to set the time offsets on these buttons and leave the animation as it is. If this does not work, I think you will have to carry on with the multiple animations.