Search Issue Tracker
OrderBy function called in 'MenuService.cs' instead of ThenBy
Calling OrderBy on the results of a call to OrderBy introduces a new primary ordering that ignores the previously established orderi... Read more
Mathf.Sign returns 1 when input is 0
To reproduce: 1. Create a new Unity project 2. Debug log the return value of Mathf.Sign(0) 3. Observe console window Reproducible w... Read more
An error gets thrown when deleting the State Machine Behaviour generated...
How to reproduce: 1. Create a new project 2. Add a new GameObject to the Scene 3. In the Inspector window add a Script Component 4. ... Read more
Script not opening when double-clicking error
Reproduction steps: 1. Open the provided project 2. Open scene 'AndyVersion/Scenes/MainScreen' 3. Enter Play mode 4. Press 'Play gam... Read more
[Mobile] Screen.resolutions returns empty array on iOS/Android devices
How to reproduce: 1. Open the attached "1411013_Repro.zip" project 2. Build and run the Scene "SampleScene" on an iOS or Android dev... Read more
Editor crashes when adding a script component using drag and drop and th...
Reproduction steps: 1. Open the user's attached project 2. Select any GameObject in the Hierarchy 3. Drag "Move.cs" script from the ... Read more
API updater fails to resolve dependencies when building with Terminal
Reproduction steps: 1. Open Repro.sh inside the project folder and modify Unity's version path 2. Open the Terminal and navigate to ... Read more
Coroutines fail to catch exceptions that are located in the nested funct...
Reproduction steps: 1. Open the user's attached "1197069_CoroutineException.zip" project 2. Open the "SampleScene" Scene 3. Enter th... Read more
'ThreadAbortException' is thrown when creating a C# script before the Ed...
Reproduction steps: 1. Create a new Unity project 2. Create a new C# Script 3. Create another new C# Script before the Editor starts... Read more
Coverage API includes 0xFEEFEE sequence point
Steps to reproduce: 1. Open "sequence-points-issue.zip" project 2. Once project opens, reimport Assets/DataLayer/ISSUE.cs script or... 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
- Source Generation with GeneratePropertyBag fails when using reserved keywords as variable names with @ prefix
- Prismatic ArticulationBody moves in opposite direction when using targetVelocity
- Shader Graph skybox material is rendered inccorrectly in builds when "Allow Material Override" or "Cast Shadows" are enabled and the "Deferred" Rendering Path is used
- Object motion is affected by incorrectly added rotation motion when importing animations
- Base class's Context Menu method is called when calling it in the Editor from the child class and the child class overrides this method