Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: PidoDido on April 23, 2013, 10:44:03 AM
-
Hi, i have a problem about SlicedSprite. theirs a line showing when i was rotating the UISlicedSprite. i dont know when its coming from :(.
(http://i1163.photobucket.com/albums/q553/GKPidoDido/ScreenShot2013-04-23at111421PM_zps87b91315.png)
Thanks in Advance.
-
My guess -- the line is in your sprite. You need to bleed the colored edges outwards and ensure that the Alpha (and I do mean Alpha, not Transparency!) is properly clear.
PNGs are a poor choice for source images as all transparent pixels are actually "white" under the hood, as you can see in the image preview you attached. Coincidentally, a white line is exactly what you're seeing. Toggle the Alpha on the Preview window.
Use PSDs whenever possible, TGAs if you can't. Don't use PNGs.
-
My guess -- the line is in your sprite. You need to bleed the colored edges outwards and ensure that the Alpha (and I do mean Alpha, not Transparency!) is properly clear.
PNGs are a poor choice for source images as all transparent pixels are actually "white" under the hood, as you can see in the image preview you attached. Coincidentally, a white line is exactly what you're seeing. Toggle the Alpha on the Preview window.
Use PSDs whenever possible, TGAs if you can't. Don't use PNGs.
ahh... Okay now i know `TGAs & PSDs can be compatible in Mobile devices Like Android or IOS ?