Hi guys.
I developing game on Android (some sort of constructor).
I have a row of the same sprites. I created sprites in unity editor and set the position in such a way that between them there is no empty space.
But when I change resolution (to TegraTablet, HTC Wildfire, etc.), I can see the empty space (1-2 pixels) between some sprites.
When I move sprites to avoid this space, in some other resolutions I get empty space again.
I am using unity camera (non tk2dCamera). Camera ortho size - 5.
Sprite scales in collection editor 8X8X8.
2d toolkit version - 1.7.
How I can fix this?
Thanks in advance.