How to add gui skin in my project ??

check this out,

http://www.image-share.com/ijpg-734-293.html

from where can i get nice free skin and how to add it in here

Assets > Create > GUI Skin

-JFFM

i am confused,

i downloaded this unity package,

http://code.google.com/p/u3dguicreator/

i am trying to imitate but i cant see gui skin at its place, i dont wanna create new myself…i want default

I don’t know this package, but maybe it is a Unity Editor tool that generates or edits a GUI Skin. In the first case, you’ll have a gui skin somewhere in your project that you’ll have to refer into your GUI script (and set it with GUI.skin = yourSkin;), in the second case you’ll have to create one as JFFM explained.

add your new GUI Skin:)