Search Issue Tracker
Not Reproducible
Not Reproducible in 6000.6.X
Votes
0
Found in
6000.0.67f1
6000.3.8f1
6000.4.0b8
6000.5.0a6
6000.6.0a1
Issue ID
UUM-133807
Regression
No
ScrollerSlider in the Scroller Control is still using UXMLTraits
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
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The sidebar reopens when Unity Hub is started when Unity Hub was closed with the sidebar closed
- Characters are invisible in the TextField when certain Japanese characters are used
- "InvalidOperationException" is thrown when using Prefab > Replace to replace a Canvas GameObject with a Prefab that has an incompatible root Transform type
- Looping AudioSource resumes from the wrong playback position when the app is backgrounded and resumed on iOS Safari
- "AnyState Transition Created" action can be undone when pressing "Auto Generate Animation" on the uGUI GameObjects
Resolution Note:
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.
Resolution Note (6000.6.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.