Questions tagged [ui-toolkit]
The ui-toolkit tag has no summary.
10 questions
0
votes
1
answer
63
views
UI Toolkit px size different from the game view
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 ...
0
votes
0
answers
57
views
UI Toolkit event doesn't let me finish writing the value
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 ...
0
votes
1
answer
90
views
How to get value of transitionDuration in C# for Unity UI Toolkit
My existing code for this task is:
...
1
vote
2
answers
1k
views
How can I override the footer buttons in Unity's UI Toolkit ListView?
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:
...
1
vote
1
answer
1k
views
Is it possible to keep a prefab of a UI element with UI Toolkit?
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 ...