- Home /
Unity 2d Sprite size
Hi! I am creating 2d platformer game and I want my enemies sprite be a little bit larger than my main hero. Should I change Pixels per Unit for my character or change the scale?
Refresh - I really need this answer - couldn't find it
Answer by Xarbrough · Jun 24, 2015 at 09:17 AM
I would change pixels per unit, since the scale can have side effects when multiple transforms are parented together and they might or might not inherit scale etc. Pixels per unit is just a little more straight forward, but of course it's not dynamic, meaning you have to set it in the editor and can't change it during runtime.
Your answer
Follow this Question
Related Questions
2d Sprites automatically round their scale to the nearest hundred 1 Answer
Changing complex 2D prefabs pixels per unit 1 Answer
Setting size of quad to texture's pixel size 1 Answer
doubt with pixels per unit 1 Answer
What is good practice to set Pixels to Units to and how does it actually work ? 1 Answer