Making a GUI Skin?

Hello. I want to make a custom GUI Skin. How does that work? Thanks. :slight_smile:

EDIT: I figured it out. But, How do I make a custom background image? :face_with_spiral_eyes:

Photoshop, gimp, paint, your choice.

More specifics here.
http://unity3d.com/support/documentation/Components/class-GuiTexture.html

Thanks. That helped. :slight_smile: How can I make it so that the texture isn’t stretched? On wide-screen monitors, it’s stretched. :face_with_spiral_eyes: And, it also moves depending on the screen resolution. :frowning:

EDIT: I got a script that fixed the aspect ratio. But, it’s different from when it is in the actual game, rather than the inspector view…

Ingame:

Inspector:

dont use the pixel offset, use the transform positioning

Thankyou!! That worked perfectly! :smile: