2D Toolkit Forum

2D Toolkit => Support => Topic started by: gonzalez.martin90 on April 23, 2014, 09:49:31 pm

Title: I think i have to enable pixel perfect
Post 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!
Title: Re: I think i have to enable pixel perfect
Post by: unikronsoftware on April 24, 2014, 10:24:55 am
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.