Hi! I am brand new to unity gui, and i can not figure out how to make it have an appearence. Can someone explain to me how to do this?
Hello, I would highly recommend to read into some of the documentation to get going.
This should get you going:
Thanks! i will try it!
hmm, not exactly what i was looking for but thanks anyway.
The fastest thing to see something on screen is when right click in the scene hierachy → UI Toolkit → UI Document
The fastest way to get something to see are these steps:
- Right click in the scene hierachy → UI Toolkit → UI Document
- Right click in the project hierachy → create → UI Toolkit → UI Document
- In the scene hierachy the newly created uxml to the UI Document
- Double click the uxml → in the viewport top right corner (left from preview) select “Unity Default Runtime Theme”
- Now start drag and drop some elements into the viewport (Label for example)
Now you should see your new ui in the game view!
ummmmm i have no idea what that means…
can you put that in simpler words?