Search Issue Tracker
Unity crashes on separation from keyboard on Surface
Steps to reproduce: 1. Open any project 2. Disconnect a keyboard 3. Detach a keyboard 4. Unity crashes Expected result: Unity shoul... Read more
Scrolling the mouse wheel in the animation curve editor no longer zooms ...
How to reproduce: 1. Create a new project 2. Create Empty Object and add a new C# script 3. Put 'public AnimationCurve MyCurve' into... Read more
Cannot zoom in the Curve editor window for AnimationCurves
To reproduce: 1. Create a script with a public AnimationCurve 2. Add it to a GameObject 3. Click the AnimationCurve in the Inspector... Read more
Moving Game View window to secondary display throws NullReferenceExcepti...
Steps to reproduce: 1. Setup a two monitor setup 2. Open any Unity project 3. Open Game View window 4. Drag Game View window to anot... Read more
Player settings window doesn't repaint when switching focus back to Unit...
To reproduce: 1. Open editor 2. Open player settings (ctrl+B) 3. Focus on another non-Unity window 4. Focus back on Unity 5. Notice ... Read more
Splash screen is on by default in Unity Pro
How to reproduce: 1. Create a new project 2. Go to Player Settings, Splash Screen tab - Note that 'Show Unity Splash Screen' is en... 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(UnityEdi... 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 project 2. open scene "Scene" 3. open Assets/Scripts/MyClass.cs in Visual Studio 4. plac... 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 pr... 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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow