Search Issue Tracker
Fixed
Fixed in 6000.4.0a4
Votes
0
Found in
6000.4.0a2
6000.4.0a3
Issue ID
UUM-122652
Regression
Yes
“Deprecated UxmlTraits” warning is thrown when adding VFX Asset to Hierarchy window and VFX Asset is open
Steps to reproduce:
1. Create new Unity project
2. Install VFX package
3. In Project window create “Simple Loop” VFX
4. Open “New VFX” Asset
5. Drag “New VFX” from Project window to Hierarchy window
6. Observe the Console window
Actual results: Warning is thrown in the Console window - “Control UnityEditor.VFX.UI.VFXComponentBoardBoundsSystemUI uses the deprecated UxmlTraits API. Its attributes were ignored on import, which may cause visual errors or missing data. Update the control’s script to use the UxmlAttribute API. Learn more.
UnityEditor.VFX.AdvancedVisualEffectEditor:OnEnable () (at ./Library/PackageCache/com.unity.visualeffectgraph@8f1733711b2c/Editor/Inspector/AdvancedVisualEffectEditor.cs:113)”
Expected results: No warnings are thrown
Reproducible with versions: 6000.4.0a2, 6000.4.0a3
Not reproducible with versions: 6000.4.0a1
Tested on (OS): Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
- Shader Graph validation errors are not pointing to the right implementation
Add comment