Search Issue Tracker
Inspector tab resets scroll bar position when entering Play mode
How to reproduce:1. Open any Unity project2. Add many Components to any GameObject3. In the Inspector tab, scroll down to see the bo... Read more
Objects using HideAndDontSave, after being disbled and enabled, are visi...
Steps to reproduce: 1. Download and open the attached project2. Select "HiddenObjectInspector"3. Click "Create It Now"4. Click on an... Read more
Input field stays highlighted after Enter key is pressed
Steps to reproduce: 1) Open Unity and create a new project2) Select any gameObject in the Hierarchy tab(camera or Directional Light)... Read more
[Editor] LOD Group triangle count is inaccurate for sub-meshes
1. Set a mesh with submeshes as your LOD Mesh2. Check the triangle count in the LOD Inspector Actual result: the triangle count is s... Read more
GameObjects which have "NotEditable" flag enabled don't get greyed out i...
Reproduction steps: 1. Open "MinimalRepro.zip" project and "SampleScene" scene2. Select "CubeA"3. "BUGREPORT" -> "Set NotEditable... Read more
Inspector throws MissingReferenceException after deleting the Component ...
How to reproduce:1. Open the attached "Empty Unity Project.zip" Project2. Drag "TestObject" Prefab to the Scene3. Press the "Add/Rem... Read more
Hotkeys are being activated when entering text to any input field in the...
To reproduce:1. Open any project2. Try to input any string to a string field found anywhere in the editor3. Observe Editor's main to... Read more
.NET 4.x Runtime Script Component can not be loaded when it has more tha...
How to reproduce:1. Open the "SampleScene" Scene in the attached "PartialedNestedClasses.zip"2. Open the "PartialNestedClasses.cs"3.... Read more
PopupWindowContent is sometimes closed/destroyed after parent PopupWindo...
Steps to reproduce:1. Open the attached project2. Select the Directional Light game object3. Open up the Culling Mask drop-down (thi... Read more
NullReferenceException in UnityEditor.LightProbeGroupInspector.OnDisable...
Steps to repro: 1. Open attached project;2. Open 't1LightProbeGroup' scene;3. Wait until light baking finishes;4. Open 't1LightProbe... 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