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. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

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,380
    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 ;)