Search Issue Tracker
The Boo compiler has a bug where it tries to detect inheritance cycles b...
To reproduce this bug: 1. Open the attached project 2. An Inheritance cycle error is outputted in the console. The Boo compiler h... Read more
Assigning Material.shader from a worker thread doesn't throw an error in...
Steps to reproduce: 1. Open attached project 2. Build and run release (non-developement) build 3. Start game and choose "Flat islan... Read more
Menu.SetChecked doesn't work from a method marked with [DidReloadScripts]
Reproduction steps: 1. Open the attached project "Repro.zip" 2. In menu select "Test/Recompile scripts" 3. Notice the output in cons... Read more
OnParticleTrigger() is called before Awake()
How to reproduce: 1. Open the attached project "ParticlesBug.zip" 2. Open "Test Particles" Scene 3. Enter Play mode 4. Pause Play mo... Read more
[ManagedPlugins] Crash after recompile when using external dll
To Reproduce: 1. Open the attached project 'DllUseEditorCrash.zip'. 2. Play scene 'Main'. 3. Edit 'Test.cs' to trigger a recompile ... Read more
Compiler does not allow implicit conversions in a ternary operator
Steps to reproduce: 1. Open attached project ("New Unity Project1"). 2. Notice that the "Console" window outputs: "Assets/test.cs(1... Read more
4.6 IL2CPP: crash opening animation controller
-e: trying to open an animation controller crashes the editor -repro: --create new project --create animation controller --double ... Read more
[Compilation-Pipeline] If project has "UNetWeaver error" then NullRefere...
Regression - doesn't happen in 5.6.0f3 How we can reproduce it using the example you attached 1 Open attached project Actual resul... Read more
Editor crashes on "MenuController::ExecuteMenuItem" when resetting a scr...
Reproduction steps: 1. Open the attached project "repro.zip" 2. Open Scenes/SampleScene scene 3. Select MainCamera in the Hierarchy ... Read more
TypeLoadException once a multi-dimensional-jagged array is added to a class
Steps to reproduce: 1. Open user attached project (KLRG Systems 2017) 2. Open KLRG_Behaviour.cs which is in Assets/KLRG_System/Eleme... 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
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released