2D Toolkit Forum
2D Toolkit => Support => Topic started by: gonzalez.martin90 on April 23, 2014, 09:49:31 pm
-
Hi there, i'm not new in tk2d but i cant remember if there is a way to fix the problem that if i move between number (floats) like 1.54 i can see how the sprite or font is like fighting to be in a pixel or other.
Is that pixel perfect? or if not, is there any chance to fix it?
Thanks!
-
That will be down to filtering, etc. tk2d can't snap it to the correct value as unity doesn't expose the necessary callbacks - you will have to make sure its snapped to a pixel before feeding in the position.