Hello. I want to make a custom GUI Skin. How does that work? Thanks.
EDIT: I figured it out. But, How do I make a custom background image?
Hello. I want to make a custom GUI Skin. How does that work? Thanks.
EDIT: I figured it out. But, How do I make a custom background image?
Photoshop, gimp, paint, your choice.
More specifics here.
http://unity3d.com/support/documentation/Components/class-GuiTexture.html
Thanks. That helped. How can I make it so that the texture isn’t stretched? On wide-screen monitors, it’s stretched.
And, it also moves depending on the screen resolution.
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!