A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
I would just like to add that UI Toolkit reorderable list seems to be in the works. Not sure when it will land though, but might be worth keeping...
You have no idea how happy this makes me! I no longer have to do workarounds that barley work. Great work to the devs that fixed this!
That is a great thing, but I sure hope it doesn't stop there! Personally, I'd rather have shadows on my backgrounds than on my text.
This post could possibly help you
So if I understood correctly, you'll freeze the 1.0 development when 2021.1 beta comes out but then release 1.1 preview for 2021.1? So development...
Will UI Toolkit still be semi-frequently updated with new preview fixes/features until 2021.1? I personally don't want another release of UI...
I suspect you're using a 2D vector composite, the one where you can define 4 keys like WASD. Change it's mode from Digital Normalized to just...
Hi I'm a big fan of the high code stripping but I wish it was a bit more aggressive in some ways to save even more. Since there's no longer a...
Don't be so hard on yourself. Every little bit of help, even if it may not directly help solve the issue, is always very appreciated. :) Just...
Thanks for the link! From the looks of it, it doesn't seem to offer something new. I've found a way to add it as the last element but it loses the...
Hi I'm trying to create some sort of dropdown and I want my dropdown to render on top of everything else but I'm encountering a whole load of...
Hi I'm trying to use TwoPaneSplitView in my runtime UI and then when I build, it complains about TwoPaneSplitView not having a factory method. My...
Sure thing! The case number is 1276154. Awesome! May I just ask what version is "the next version"? 2020.2b2? UI toolkit 1.0.0-preview9? How...
Awesome, looking forward to hearing about improvements! :)
Hi When working on my own asset I decided to start using UI elements for the inspector editor and stuck with it for a while but eventually...
I had some issues with this too. It seems like the UI elements version will only be used if the rest of your editor UI is using UI elements. Since...
Great to hear! Do you think you could "spill the beans" a little on what kind of features you're planning? I'll also add, personally I have two...
Hi! I have two quick questions regarding runtime support for a tree view. First of, I know it's in the source code and internal right now. I've...
I know the perks of stylesheets and I will definitely use them for runtime. I just don't want to rely on things that are hardcoded in a public...
Thanks for the workaround idea. I'd rather remove the elements that are created in the PropertyField but they don't exist until later at some...