UI Toolkit ScrollView jitters and is stuck when clicking the top of the ScrollBar while selecting the last Item - Dec 03, 2024 Steps to reproduce: 1. Open the attached “ScrollViewBug.zip” project 2. Open the
UI Toolkit是Unity最新的UI系统,它主要被设计用来优化不同平台的性能,此项技术是基于标准的web技术开发的(standard web technologies),既可以使用UI Toolkit来拓展Unity Editor,也可以在打包出来的游戏和应用里使用Runtime的UI(但需要安装UI Toolkit Package) UI Toolkit包括以下内容: 一个保留模式的UI系统(A retained-...
UI Toolkit ScrollView moves view unnecessarily when moving up from the last Item with keyboard arrows - Dec 03, 2024 Steps to reproduce: 1. Open the attached “ScrollViewBug.zip” project 2. Open the “SampleScene” 3. Enter Play Mode 4. Click on the “Player1...