Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.2.0a5
2019.3.0a1
2019.3.0b4
2020.1.0a1
Issue ID
1186035
Regression
No
Console is spammed with exceptions when trying to assign texture asset to UXML (texture) Field in 'UIElements Samples' window
How to reproduce:
1. Create and open a new project
2. In the Project window create a Square sprite texture
3. In the Editor select 'Window' > 'UI' > 'UIElements Samples'
4. In the UIElements Samples window select 'Object Field'
5. Try to drag the Square sprite texture to UXML Field
6. Observe the Console window
Expected result: no exceptions are thrown, you can assign a texture asset
Actual result: exceptions are thrown
Reproducible with: 2019.2.0a5, 2019.2.7f2, 2019.3.0b4, 2020.1.0a5
Could not test with: 2017.4.32f1, 2018.4.10f1, 2019.2.0a4 (UIElements Samples not available)
Thrown exception:
UnityEngine.UIElements.EventDispatcherGate.Dispose () (at <d00f1b61b8b243648d8e1b7410a0ee0f>:0)
UnityEngine.UIElements.EventDispatcher.ProcessEvent (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.IPanel panel) (at <d00f1b61b8b243648d8e1b7410a0ee0f>:0)
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
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
Resolution Note:
This is a minor issue in an area of Unity where functionality is not important. This window is here for documentation purposes.