NGUI in Unity 3D where to get skins

1.1k Views Asked by At

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.

1

There are 1 best solutions below

2
On BEST ANSWER

yes, you can create them yourself.

NGUI has a texture packer included.

  1. NGUI => Open Atlas Packer => name your atlas and press create
  2. select your images (buttons, background, sprites) in the Project Window and press "Add/Update All" inside the atlas maker
  3. this will create the prefab where you can setup slicing etc for buttons

And also an font packer

  1. NGUI => Open Atlas Packer
  2. Drag in the font text file and the font texture (i using bmGlyph on OS X to create those)
  3. Name the font and press "Create the Font" in the Font Maker Window
  4. this will create the font prefab that you can use in your UILabel