Search Unity

Is there any way to scale the Sprite, but not the Transform?

Discussion in '2D' started by dookie-boy, Nov 14, 2013.

  1. dookie-boy

    dookie-boy

    Joined:
    Nov 29, 2012
    Posts:
    7
    Question says it all. Can I change the scale of the Sprite without affecting the scale of the Transform itself?
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Change "pixels to units" in the import settings for the sprite.

    --Eric
     
  3. dookie-boy

    dookie-boy

    Joined:
    Nov 29, 2012
    Posts:
    7
    Thank you! By the way, I'm looking forward to trying SpriteTile soon ;)