Search Issue Tracker
After Unity loads the project it crashes on System.Array:ClearInternal (...
How to reproduce: 1. Open user's attached project "ID.zip" 2. After the project is loaded wait from 10 to 15 seconds and the project... Read more
[Mac]Crash occurs when reading bits from a binary file
[The issue is reproducible on Mac, but not on Windows] Steps to reproduce the issue: 1. Download and open attached project. 2. Open... Read more
Vector2Int is missing negation, division and multiplication by int opera...
Steps to reproduce: 1. Use one of these in a C# script: var vector = 2 * Vector2Int.one; var vector = -Vector2Int.right; var vecto... Read more
Unity crashes when loading a new level
Steps to reproduce: 1) Extract and open the project (TDS.zip). 2) Open scene 'first.unity'. 3) Enter playmode. 4) Wait for a few sec... Read more
[OSX] Editor Test Runner freezes and crashes in OVR::Platform::Product::...
Steps to reproduce: 1. open users attached project 2. run all editor tests - Unity freezes and crashes eventually Crashes in OVR::... Read more
The 'Class can not exist in multiple namespaces in the same file' warnin...
How to reproduce: 1. Open the user's attached project 2. In the Project window right-click on the 'NotOk' Script and select 'Reimpor... Read more
[Backport] Editor crashes when compiling scripts if UNITY_DIAG_ENABLE_DO...
How to reproduce: 0. If not set already, set the UNITY_DIAG_ENABLE_DOMAIN_RELOAD_TIMINGS system environment variable to value 1 and... Read more
Building right after fixing errors in script causes compiler errors to l...
Steps to reproduce: 1. Open attached "ScriptReload.zip" Unity project 2. Open "Test.cs" script 3. Fix error in script by adding ";" ... Read more
PlayerPrefs.GetInt throws an exception when NativeArray<T> is initialize...
Steps to reproduce: 1. Open the project attached by the user 2. Open "NativeArrayTestScene" 3. Enter Play mode 4. Observe the consol... Read more
'Assignment made to the same variable' warning only happening when the v...
'Assignment made to the same variable' warning only happening when the variable isn't in an array To reproduce: 1. Open attached pr... 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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow