Search Issue Tracker
Unity crashes on separation from keyboard on Surface
Steps to reproduce:1. Open any project2. Disconnect a keyboard3. Detach a keyboard4. Unity crashes Expected result: Unity should not... Read more
Scrolling the mouse wheel in the animation curve editor no longer zooms ...
How to reproduce:1. Create a new project2. Create Empty Object and add a new C# script3. Put 'public AnimationCurve MyCurve' into a ... Read more
Cannot zoom in the Curve editor window for AnimationCurves
To reproduce:1. Create a script with a public AnimationCurve2. Add it to a GameObject3. Click the AnimationCurve in the Inspector4. ... Read more
Moving Game View window to secondary display throws NullReferenceExcepti...
Steps to reproduce:1. Setup a two monitor setup2. Open any Unity project3. Open Game View window4. Drag Game View window to another ... Read more
Player settings window doesn't repaint when switching focus back to Unit...
To reproduce:1. Open editor2. Open player settings (ctrl+B)3. Focus on another non-Unity window4. Focus back on Unity5. Notice that ... Read more
Splash screen is on by default in Unity Pro
How to reproduce: 1. Create a new project2. Go to Player Settings, Splash Screen tab- Note that 'Show Unity Splash Screen' is enabled Read more
Unity crashes when trying to access ancestors property from a HierarchyP...
Executing these 2 lines of code will crash Unity: UnityEditor.HierarchyProperty prop = new UnityEditor.HierarchyProperty(UnityEditor... Read more
[System.Flags] enums and EditorGUILayout.EnumMaskField is not handled pr...
Setting up custom [System.Flags] enums and then trying to use them with EditorGUILayout.EnumMaskField does not yield expected result... Read more
‘Node not supported’ error when adding an enum to int cast in VS tools f...
Steps to reproduce:1. open user's attached project2. open scene "Scene"3. open Assets/Scripts/MyClass.cs in Visual Studio4. place br... Read more
Errors thrown on exiting play mode when build settings are open
-e: see title. when the build settings window is closed the errors are not thrown-regression from 5.0b1 -repro:--open attached proje... 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
- UI Toolkit Button text is not rendered when the Button has fixed height with specific Icon font
- Unable to bind RenderTexture to the VisualElement's StyleBackground property
- SVG fails to import when 'stroke-miterlimit' is less than 1
- Test Runner fails to create a script in the active path when selecting a file as the active path
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo