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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default