Unity Issue Tracker - ScrollerSlider in the Scroller Control is still using UXMLTraits
Closed
UUM-133807
ScrollerSlider in the Scroller Control is still using UXMLTraits
Unity: UI Toolkit Controls
Cannot Reproduce
6.6.X
6.5.X
6.4.X
6.3.X
6.0.X
The issue is now fixed on 6000.6.0a7. The warning is gone and the attributes list is empty. The reason we dont show attributes for ScrollerSlider is because its a nested type and UxmlElement does not support nested types.
Steps to reproduce:
Open any Project and enable UI Toolkit Hierarchy Integration in UI Toolkit Project Settings
In the Hierarchy create and attach a UI Document
In the UI Document add the Scroller Control
In the Hierarchy select "ScrollerSlider" under the "Scroller" Control
Observe the Inspector
Actual results: Warning is shown "Attributes for this Control failed to show because it uses UXMLTraits"
Expected results: Controls are updated to use UXML Element / Attributes
Reproducible with versions: 6000.0.67f1, 6000.3.8f1, 6000.4.0b8, 6000.5.0a6
Tested on (OS): Windows 11
Prioritise and Follow this issue
Have a workaround or additional info about this issue?