Search Issue Tracker
UxmlObjectReference object fields crash source code generator
Add the following script to a new project ``` using UnityEngine.UIElements; [UxmlElement]public partial class Example : VisualElemen... Read more
ObjectDisposedException thrown from builder when undo element creation
1) Create a new project 2) Open UI Builder with a new document 3) Create a Label 4) Press Undo (Ctrl+Z) Error thrown ObjectDisposedE... Read more
[UIToolkit] TwoPaneSplitView splitter jumps position when it should not ...
How to reproduce:1. Open the attached project "IN-57280.zip"2. Open Window>TestTwoPanes3. Move the splitter in the TestTwoPanes w... Read more
PropertyField context menu does not show Properties item in UI Toolkit
How to reproduce:1. Open the attached project "Properties Menu Bug.zip"2. Select "Select Me" in the Hierarchy3. Right-mouse-click on... Read more
FocusController returns ListView as focusedElement when TextField is foc...
How to reproduce:1. Download and open the attached project2. Enter Play mode3. Click the "test" input field4. Observe the console wi... Read more
Volume numeric fields allows adding unlimited number in numeric field wh...
Steps to reproduce:1. Create new Unity project2. Create Audio Random Container (Project window > Create > Audio > Audio Ran... Read more
[UI Builder] Add Binding menu option is missing from custom attributes w...
Create a new project Add the following custom element {code:java}[UxmlElement]public partial class MyElement : VisualElement{[UxmlAt... Read more
"NullReferenceException" is thrown when adding an element to an array
How to reproduce:1. Open the user's attached project2. Select "AsteroidBig_1" in the Hierarchy window3. Add an element to "Asteroids... Read more
Hex values with space in the end don’t get trimmed when pasted in the Co...
How to reproduce:1. Open the attached “hexCode.zip” project2. In the Project window, select “New Material.mat”3. In the Inspector wi... Read more
UITk MultiColumnListView Control is missing callbacks when being removed
A few issues we have in using the MultiColumnListView in hierarchy There is no Dispose function to control when to clear all element... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS