UIToolkit and Bug Fixes

Hi everyone,

I am concerned. I have been watching the beta release notes and there has been few to no bug fixes for UIToolkit. There are a lot of bugs and I thought I read UIToolkit was going to be production ready at the end of this year.

I am just wondering why there are barely any bug fixes showing up in the beta releases and if the production ready version is pushed back?

Noticed that too. For both the Alpha and Beta. My (Guess) is that there’s a lot of under-the-hood changes to the code generation / compilation backend happening right now. Work that started for 2021.2 and now even more massive changes to the .NET support, IL2CPP compilation in 2022.1. All of that probably creates a lot of instability and requires much more regression testing.

Just take a look at this thread: Unity Future .NET Development Status

It’s not a small undertaking.

I have looked at numbers quickly and I counted around 50 bug fixes for UI Toolkit in the beta cycle of 2021.2.

Are there specific areas that you are concerned about ? Or specific issues IDs you are following ?

Thanks

I hope it won’t take too long!

I might have missed a few, or just overlooked the editor UIToolkit fixes as I am mainly focused on runtime.

One of the main concerns I have seen around the forums and myself is the scrollview:

https://discussions.unity.com/t/853559

1 Like

Now that 2021.2 is out, I am assuming UIToolkit it out of preview and is ready for production? There are still too many bugs, especially with scrollview, to make it viable to use.

One of the major bugs is that even if you have the scrollview set to vertical, it can still be scrolled horizontally on iOS.

Also, scrolling on iOS is a very bad experience. If you swipe down, it will slightly jerk to a stop than keep scrolling.

This among a lot of other bugs.

Are these issues going to be resolved soon?

1 Like

Hi Tom,

Thanks for reporting this. Our team is looking at the issue right now. The issue itself was supposed to have been fixed earlier this summer in 21.2. We will get back to you soon with more details.

3 Likes

Hi,

We are developing a mobile app using UI Toolkit in Unity 2021 LTS and we are facing above-mentioned scroll issue(Issue #3: Scroll animation frame rate).

https://discussions.unity.com/t/853559

Any update on when the scroll issue will be fixed or suggest any work around for the issue?