#Unity UI vs UI Toolkit

1 messages · Page 1 of 1 (latest)

plush sapphire
#

Here 🙂

#

Unity UI vs UI Toolkit

orchid ocean
#

If you've ever done something close to webdev, then ui toolkit is like that.

plush sapphire
#

yeah I saw some tutorials on UI toolkit and they were using CSS
but I can't find any guides or info on why someone would use UI toolkit over the default ui system

#

I was a webdev before so 🤔

wild nacelle
#

It gives you the ability to create UI in a similar way HTML/CSS works.

#

And the DOM

#

default unity UI (UGUI) uses GameObjects and Components. It's very "unity", probably too much so.

plush sapphire
#

Does it make it easier to control for example the font of all your UI elements?
Or is that just as easy with the default system? (How?)

wild nacelle
#

It's way easier with UI Toolkit

#

because you can use CSS

#

There's no simple way to do that with UGUI

#

That exact thing is what CSS is explicitly designed for.

orchid ocean