Guis

I want to add a gui or menu whatever to my game
But
How
I couldn’t find a tutorial

Also can the ugly default skin be replaced with custom png files?
Or maybe some sort of a 3d scene where you click objects with the mouse?

If I’m being stupid and there’s a tutorial can I please be linked there

hsdjkasdhg

Did you check any of Unity’s official tutorials? Pretty sure there’s some GUI stuff in there.

Most of the GUI class methods have examples.

Create a new GUISkin to change the GUI skin.

var myGUISkin : GUISkin;
function OnGUI() { GUI.skin = myGUISkin;