Search Issue Tracker
[Shortcut Manager] Scene view camera does not move using arrow keys
To reproduce: 1. Create a new project 2. Open scene view 3. Try to move scene view camera with arrow keys Expected result: camera i... Read more
[TextureCompression] Crunch compression errors not indicating which text...
How to reproduce: 1. Open the "Crunch texture test.zip" project 2. Open the "scene" scene 3. Press Play 4. Check the console for Cru... Read more
Unity incorrectly compares two values when the comparison method is writ...
How to reproduce: 1. Open the attached Unity project "fsharp-unity-test.zip". 2. Press "Play". 3. Check the results in the Console W... Read more
UnityEditor.iOS.Xcode is not found when running editor in batch mode
To reproduce: 1. Open project 2. Launch Unity with the batchmode and quit option : -projectPath <ProjectPath> -logFile <ProjectP... Read more
Unity crashes when connecting Mixed Reality Headset in 2017.2 at VRDevic...
Steps to reproduce: 1. Create a new project 2. Switch platform to Windows Store 3. Enable XR Support in Player settings 4. Remove HD... Read more
Packages folder is created even if no packages are selected when creatin...
To reproduce: 1. Create a new project 2. Make sure that no packages are selected when creating a new project Expected result: Packa... Read more
[WebGL][.NET 4.6] Changing Build Resolution makes the build not open in ...
Reproduction steps: 1. Create a New Project 2. Switch Build target to WebGL 3. Switch Scripting Runtime to .NET 4.6 4. Build And Ru... Read more
Continous baking is enabled by default in 2D project
Steps tp Reproduce: 1. Create a new project in 2D. 2. Run the scene and observe the baking bar appears with the message "Baking paus... Read more
ARCore Support is not accessible from editor scripts
Steps to reproduce: 1. Create a new project 2. Switch platform to Windows Store 3. Create a new script 4. Observe UnityEngine.XR.XRS... Read more
Mesh.bounds.center returns word space position instead of local space
Steps to reproduce: 1. Open the attached project 2. Open the SampleScene.unity scene 3. The scene contains empty gameobject(Parent) ... 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
- [sw-unity-6-1] Shadergraph panning area size is constant regardless of the size or the zoom level
- [Android] Arabic characters are not displayed when the font falls back to the OS font
- Gradient Editor tab is missing "on-hover" action on the three-dot menu
- [sw-unity-6-1] Transform Gizmos cannot be interacted with when they are overlapping with the Orientation Gizmo
- [sw-unity-6-1] Code is executed twice in a Coroutine when "WaitUntil(() => Input.GetKeyDown())" is used with "while(true)"