Search Issue Tracker
Crash on RaiseException when entering Play Mode
How to reproduce:1. Open the user attached “repro-project”2. Enter Play Mode3. Observe crash Reproducible with: 2021.3.28f1, 2022.3.... Read more
Valid code no longer compiles in new Unity versions
How to reproduce:1. Open tester's project (CompileTestProject.zip)2. Open "Test.unity" scene Expected result: Code in "Test.cs" file... Read more
Editor hangs when faulty Dictionary is instantiated before variables use...
When a script has a class variable of Dictionary type, that is attempted to be initialized with duplicate keys (resulting in an exce... 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 Wind... Read more
High CPU usage in Editor due to mono-2.0-bdwgc.dll when idle
Reproduction steps:1. Open the attached project “CPU_Idle”2. Open the Task Manager3. Observe the Unity Editor’s CPU usage Expected r... Read more
Unity Hangs in an infinite callback loop when reloading scripts after lo...
How to reproduce:1. Open the user's attached project ("LogFromRenderThreadBug.zip")2. Load "Scene" scene3. Enter Play mode4. Exit Pl... Read more
[Tasks] Task's foreach loop is iterated 2 times on the first frame
How to reproduce:1. Create a new project2. Attach the "NewBehaviourScript.cs" script to the GameObject in the Scene3. Enter the Play... Read more
Editor crashes with ves_icall_MonoPropertyInfo_get_property_info when st...
How to reproduce:1. Open attached "10" project2. Add a breakpoint on line 79 in GameSaver.cs3. Attach Visual Studio debugger and ent... Read more
DataContractSerializer fails when deserializing an object with circular ...
To reproduce: 1. Download attached project "segiTest.zip" and open in Unity2. Open "test" scene3. Enter Play mode4. Observe that Err... Read more
[asmdef] Script defined in an Assembly Definition can't access plugins f...
Reproduction steps: 1. Open "Assembly Definitions and Plugins.zip" project2. Open "ScriptInAssembly.cs" script3. Uncomment the 9th l... 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS