Skip to main content

Questions tagged [ui-toolkit]

Filter by
Sorted by
Tagged with
0 votes
1 answer
63 views

I set my game viewport to QHD and my UI Builder viewport to match game view. Yet in my UI Builder the window is nicely scaled within bounds, and in game view it is waaay too big. How can I make them ...
Randy's user avatar
  • 103
0 votes
0 answers
57 views

I use an integer field to indicate the value of the wanted year and I set a maximum and minimum limit for it and I wanted a function to be called when the wanted year value changes to display the ...
Ahmed Dyaa's user avatar
0 votes
1 answer
90 views

My existing code for this task is: ...
Mfa Xyz's user avatar
  • 11
1 vote
2 answers
1k views

In the new UI Toolkit that is shipped with Unity 2021+ there's a ListView component that can be added using the UI Builder, which has an option to enable the footer buttons. in UXML: ...
TheWolfNL's user avatar
  • 163
1 vote
1 answer
1k views

I'm digging into Unity's new UI Toolkit, and so far I like it a lot; but there are a few things bugging me about it. I have a dynamic list in my UI which keeps track of way point paths, and it changes ...
Michael Macha's user avatar