Search Issue Tracker
StateMachineBehaviour exclusive messages are treated as MonoBehaviour me...
How to reproduce: 1. Open attached project - The project contains a single script with the following code (modified): using Unity... Read more
Error "APIUpdater encountered some issues..." appear when using script u...
Reproduction steps: 1. Create new project. 2. Make a script with unsafe code. 3. Run script updater on it. Expected result: Script ... Read more
LayerMask variables add newly added Layers to the selected Layers
How to reproduce: 1. Open given "LayerMaskRepro" Unity project 2. Enter "TestScene" scene 3. Select "GameObject" from the Hierarchy ... Read more
API updater fails to update all instances of obsolete types after packag...
Steps to reproduce: 1. Create a new Unity project 2. Import Advertisement package (com.unity.ads 4.1.0) 3. Import any other package ... Read more
[Legacy] IEnumerator.MoveNext crashes at Scripting::TrackedReferenceBase...
Steps to reproduce: 1. Open attached project 2. Open scene "repro" 3. Run it 4. Unity crashes 5. Open "AnimationExtensions.cs" scr... 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
Unity crashes when mono tries to access something from Jit table
Unity crashes when mono tries to access something from Jit table. Note: I've attached callstack retrieved from Unity.DMP (file atta... Read more
[OSX] Input.accelerationEvents crashes the Editor on play
How to reproduce: 1. Open a new project 2. Create a new script 3. Put "Debug.Log (Input.accelerationEvents.ToString());" in the Sta... Read more
Assertion failed error is thrown when accessing AnimatorState.behaviours...
Steps to reproduce: 1. Download and open the project "animatorstate-error.zip" in the Debug Build of Unity Editor 2. Open Assets/Tes... Read more
UnityEngine.Object.Equals incorrectly handles comparisons to a non-Unity...
[This happens when the first object is assigned to null] Steps to reproduce the issue: 1. Open attached project. 2. Open scene name... 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