Steps to reproduce:
- Create a new 3D URP project
- Create a new UI Document (Assets > Create > UI Toolkit > UI Document)
- Open the .uxml file in UI Builder
- Create a new USS file with a new selector (e.g. "test")
- Select the newly created selector
- In the Inspector, expand the "Variables" foldout
- Click the "+" icon and add "AssetReference" variable
- (Optional) Add a few other variables to better observe their expected layout
- Observe the "AssetReference" dropdown position
Actual results: The "AssetReference" dropdown appears in the middle/value section of the variable row instead of on the far right, causing the row layout to be inconsistent with the other variable entries
Expected results: The "AssetReference" dropdown appears on the very right of the row, aligned with other variable types dropdowns
Reproducible with versions: 6000.6.0a2, 6000.6.0a3
Not reproducible with versions: 6000.5.0b4, 6000.6.0a1
Tested on (OS): macOS 26.4, Ubuntu 24.04
Notes:
- This creates confusing UX due to the expected dropdown being in the wrong place