Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: jeldrez on August 28, 2013, 03:04:36 PM
-
Which one is the difference? I just notice I was using FixedSize for mobiles games, so I'm wondering which is the big difference between them.
Thanks!
-
FixedSizeOnMobiles means FixedSize when it's on a mobile, and PixelPerfect everywhere else (editor, PC, Mac etc).
-
What if I use FixedSize in mobiles? will have issues?
-
Nope. To be honest, I wouldn't use FixedSizeOnMobiles because you might run into unforseen changes when going mobile. Regular FixedSize or PixelPerfect should cover most anything.
-
Thanks Nicki, that was my question about.