Search Issue Tracker
Memory leak in the project selection window
To reproduce:1. Open Unity2. Press "OPEN"3. Notice the memory usage climbing (on my machine it's about 10MB/s, and it climbed up to ... Read more
RequireComponent does not work for adding multiple components of the sam...
To reproduce:1. Open attached project ("New Unity Project 11.zip")2. Add the script "requireThings" to any objectNotice that it only... Read more
Opening a scene crashes the editor while rendering game view camera(s)
To reproduce:1. Open attached project2. Open the scene "LightScene"Unity should now crash. The stack trace seems to indicate that th... Read more
Reverting a Prefab causes MissingReferenceException
To reproduce:1. Open attached project2. Drag the cube prefab into the scene3. Add a component to the cube gameObject4. Press "revert... Read more
Inspector: MissingReferenceException when applying Model changes
Using an AssetPostProcessor to add a Component to an imported model (fbx), causes Unity to display an error when import settings cha... Read more
Lights/Shadows are not visible, when looking at the light source directly
Reproduction steps:(Check the attached video1. Open the project (link is in the edit)2. Open the scene3. Hit play4. Walk towards the... Read more
[Linux] Player window cannot be focused when the mouse cursor is confined
If the cursor is confined in Linux standalone builds, system menus (like Dash on Ubuntu) remain on top of the app, even when the app... Read more
[WSA][UWP] PlayerPrefs aren't saved between runs
Steps to reproduce: 1. Open attached project "835218.zip" and deploy to UWP2. Open built solution using VS and run on Local Machine3... Read more
Maximizing editor window makes UI elements be positioned incorrectly
Reproduction steps:1. Open the "bug.zip" project2. Open the "test" scene3. Make sure you can see the Game view4. Maximize the editor... Read more
UnityEditor.EditorUtility does not contain a definition for SetSelectedW...
Steps to reproduce:1. Open attached project "etsett.zip"2. Open Console windowResult: compiler error - "UnityEditor.EditorUtility do... 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