Search Issue Tracker
‘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
There is an extra line in Help menu of Unity Editor
Build regression from Version 5.6.0b4 (f8c731df0021) Steps:1. Open Unity Editor2. Click on Help menu==>There is an extra line in ... Read more
Changes to ColorUsageAttribute are not immediately reflected in Color Pi...
- Put these lines into a script:[ColorUsageAttribute(true, true, -5, 5, -5, 5)]public Color myColor;- Attach the script to game obje... Read more
EditorGUI.FloatField cannot return "Infinity"
To reproduce:1. Import attached script to project2. Select window->Bug Test3. Type infinity into first field4. Notice that 3.4028... Read more
[Windows] Unity crashes when stays unfocused for a while
Regression from revious build - Version 5.4.0b7 (b558e46def43)Steps:1. Open Unity with some project2. Switch to another application=... Read more
[Windows] Starting Angry Bots 4.0 project causes crash of Unity 5.3.x
1. Import Angry Bots 4.0 from Asset Store to new project.2. Close Unity.3. Run Unity 5.3.x and open Angry Bots project.Actual result... Read more
2017.2 Unity sometimes crashes after returning from sleeping mode on Mac...
Floating issue:Unity sometimes crashes after returning from sleeping mode on Mac. To repro:1. Run Unity.2. Put laptop to sleep.3. Re... Read more
Need to save the scene to save changed colors if the color change was do...
Reproduction steps: 1. Open "MinimalReproProject"2. Open the "Main" Scene3. Navigate through the Project window to "Resources" ->... Read more
With method PlayerSettings.SetGraphicsAPIs you can include same api mult...
You can include same graphical api multiple times. Example code: "GraphicsDeviceType[] apis = { GraphicsDeviceType.Direct3D9, Graphi... 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