Hello Im a student and creating an Augmented Reality using Unity 3D,Im using NGUI in Unity for designing and i just wondering on where can I download some skins?? or where can I get it? i just want to use it on my Main menu, for UI designing purpose, also some skins for buttons, can someone know where can i get this?? and can I create a design in photoshop then export it and import in Unity? If someone has knowledge about this please let me know.thanks for helping me in advance.
Asked
Active
Viewed 1,160 times
1 Answers
0
yes, you can create them yourself.
NGUI has a texture packer included.
- NGUI => Open Atlas Packer => name your atlas and press create
- select your images (buttons, background, sprites) in the Project Window and press "Add/Update All" inside the atlas maker
- this will create the prefab where you can setup slicing etc for buttons
And also an font packer
- NGUI => Open Atlas Packer
- Drag in the font text file and the font texture (i using bmGlyph on OS X to create those)
- Name the font and press "Create the Font" in the Font Maker Window
- this will create the font prefab that you can use in your UILabel

JeanLuc
- 4,783
- 1
- 33
- 47
-
Thankyou for the info sir, i have a question, What is the format of the photo that i will use as my background?? is .jpg working?? – EysAce Dec 21 '13 at 11:05
-
any image format is fine, but unity/ngui will convert it a different format, depending how you configure it and depending on the target plattform – JeanLuc Dec 23 '13 at 16:26