Search Issue Tracker
Foldout behavior is inconsistent between components and EditorGUI.Foldout
Steps to reproduce:1. Create a project which has Editor script from http://docs.unity3d.com/Documentation/ScriptReference/EditorGUI.... Read more
[HighDPI] Button dialogs are being cut off when trying to change layer m...
How to reproduce:1. Open attached project ("case_1043212-HiDPITest.zip")2. Open scene "ggg"3. Select "GameObject" in Hierarchy4. Try... Read more
Pop up box content not fully inside Unity Window when first hovered over...
How to reproduce:1. Open or create Unity project, have it in full screen2. Make a Canvas3. In the Rect Transform, hover over Bluepri... Read more
GUI.Color setting reset between GUI calls
Steps to reproduce : - import the project attached in Unity 4.3- open the scene Big10_KeyboardScene- open the script Big10_OnScreenK... Read more
EditorWindow.Position get/set is inconsistent when creating Custom Edito...
To reproduce:1. Open attached project2. Go to the Examples>PositionBug. Reproducible with: 2017.4.18f1, 2019.1.0a10, 2019.1.0a14,... Read more
Material override tag casing is ignored after being set the first time
Reproduction steps:1. Open the attached project2. Click on Assets/material.mat to view it in the inspector3. Enable the Debug Inspec... Read more
GUI.contentColor doesn't affect color of labels while using Personal skin
To reproduce:1. Open the attached project (attached by QA);2. Change Editor Skin to Professional (Edit > Preferences... > Gene... Read more
Using HandlesBeginGUI throws: GUI Error
GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced (type:2)UnityEngine.GUIUtility:EndGUI(Int... Read more
EditorGUIUtility.labelWidth inconsistent between Layout and Repaint passes
Steps to reproduce: 1. Open attached project2. Open scene "Main"3. Select "Inspector Helper" in hierarchy4. Resize inspector of "Ins... Read more
NullReferenceException when trying to close a custom window no longer pr...
Steps to reproduce : - import the Full Inspector package https://www.assetstore.unity3d.com/en/#!/content/14913- go to Window > F... 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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used