Search Issue Tracker
"Unable to find player assembly Testrunner.dll" warning appears in the C...
Reproduction steps: 1. Open the attached "1429664.zip" project 2. Build for Windows, Mac, Linux Standalone 3. Observe the Console E... Read more
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
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
Error "GetElementHeight called with index 0 but array only has 0 element...
How to reproduce: 1. Open the user's attached project "EmptyReorderableListBug.zip" 2. Open the Inspector window 3. Select the "Some... 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
System.ComponentModel.DataAnnotations.dll conflicts with .NET Standard p...
How to reproduce: 1. Open the user's attached "1235376_Repro" project 2. Observe the Console log Expected result: No error is throw... Read more
Plugins are not filtered when using Assembly Definition Define Constraints
Reproduction steps: 1. Open the attached project "AssemblyBug.zip" 2. Go to File > Build Settings and press Build 3. Go to the Build... 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
- OS Window is switched and errors logged when trying to access Overrides of the same Prefab in the Overrides Panel
- Tooltips stay in place when Preferences window is scrolled
- Console displays "ArgumentException: Cannot unschedule unknown scheduled function UnityEngine..." error after the "Audio Random Container" closing
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android