Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: StridingDragon on April 25, 2013, 07:07:15 PM
-
For my GUI I have all sorts of small little bitmap files lying around, some of them just a few pixels in size, and yet each of them requires its own file. I don't think there is a way to put them all in a layered Photoshop file and have Atlas Maker extract them from there, one layer at a time, using the name of the layer for the NGUI sprite, or is there? Any other approach to reduce the number of individual image files?
-
Look into the FastGUI plugin.
-
Thanks a bunch for the tip.
-
if I create sprite from NGUI and I use it, what i need to delete all original images or unity3d just create APK from GUI sprite. I worry Unity3D build APK from all existing assets so APK files so large.
-
Unity doesn't pack anything that isn't referenced or inside the Resources folder(s). So if you keep an Art folder with your sprite raw files outside of the resources folder, then you won't gain anything by deleting them. You totally can though, since the atlas doesn't use the source files after it's been packed.
This is for the NGUI atlas, I mean, not the built in spritepacker.
-
Thank you Nicki for your answer.
Now, I know unity3d's just-built APK just built files that are used