Why won't my GUIskins show up?

Hi, bit of a weird problem…

I gave my GUI a custom skin.

I dragged a nice skin to the slot and it tells me it’s in there, I press play and every GUI item is just a normal skin.

So…I tried to click the little orb and assign the skin that way. No GUIskins show up?
I click the “Search By Type” icon, and click GUIskin, none pop up? I have 3.

Why don’t they appear/work?

Cheers, Tim.

"I dragged a nice skin to the slot" - huh? What slot? Can you post a screenshot

The one in the inspector, for the var. Sorry I'm on my phone now, ready for bed (: var theskinImTalkingAbout : GUISkin; is the slot :P

1 Answer

1

you gotta set the skin in the ongui function
GUI.skin = somSkinVariable;

I think that is the "Slot" :D

I did that heheh, it's was a bug I think. All is working in that area now.