Search Issue Tracker
[ui] 'OutOfMemoryException: Out of memory' and Crash when using tiled im...
1) Create a new Canvas.2) Set the reference pixels in the Canvas scaler to 03) Add an image4) Select an image, any image will do5) S... Read more
Unity has no proper script lifecycle for calling event functions before ...
Quitting Unity Editor doesn't call OnDestroy(), OnDisable() event functions which is often used in editor window extension scripts. ... Read more
[VSTU] MultiThread debuging crashes editor
Steps to reproduce:1. Download and open project "ThreadsBug"2. Open Main scene3. Open MultiThread.cs with Visual Studio4. Attach VS ... Read more
Crash on mono_spill_global_vars when using "as" operator with a Nullable...
To reproduce:1. Open attached project2. Open "Test" scene3. Play the scene Actual behavior: Unity crashes Regression from 5.1 to 5.2 Read more
[Debug] Result of GetComponent<> called as a generic type crashes editor...
Steps to reproduce: 1. Open attached project "771224,.zip"2. Open scene "repro"3. Open script "crash.cs" using VS4. Add breakpoint i... Read more
Unity generates faulty assembly which causes UNetViewer error
Steps to reproduce 1. Open attached project2. Notice errors in console:UNetWeaver error: Exception :System.ArgumentException: An ele... Read more
After changing type from GameObject to Transform inspector field for tha...
Steps to reproduce: 1. Open attached project2. Open scene "testScene"3. In hierarchy, select ScriptHolder GO and notice that Cube is... Read more
Shader Render Queue Changes doesn't properly reflect in Material m_Custo...
To reproduce:1.Create new project, import attached "CustomShader.shader" file.2.Change project settings in Project Settings > Edi... Read more
Unity takes an extended amount of time to recompile after editing a script
How to reproduce: 1. Open attached project (longCompileTime)2. Open any script in the project3. Put a space anywhere in the script a... 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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal