Search Issue Tracker
Crash when calling "SkinnedMeshRenderer.BakeMesh()" with NULL as the par...
Reproduction steps: 1. Open the "New Unity Project.7z" project2. Open "Test" scene3. Enter Play mode4. Press "B" Expected Result: "N... Read more
QualitySettings.streamingMipmapsMemoryBudget is always clamped down to 4...
How to reproduce:1. Open the attached project "case_1147394-TextureStreamingLimit" and scene "SampleScene"2. Ener Play Mode3. Observ... Read more
Mesh.CombineMeshes result has different normals if the original mesh has...
How to reproduce:1. Open the attached "case_1147419-MergeMeshBug" project and open scene "main"2. In the Hierarchy, select "Quad" an... Read more
[Color Space] Changing color space to Linear renders white artifacts on ...
Changing color space to Linear renders white artifacts on all window titles. Refer attached screenshot. Steps to reproduce:1) Create... Read more
Unity's primitive Plane Mesh has its UVs upside down
How to reproduce:1. Open the attached "case_1147942-PrimitivePlaneUVs.zip" project and open the "main" scene2. Select the "Plane" in... Read more
Using Mesh.SetTriangles continuously causes application to Freeze when c...
How to reproduce:1. Open attached project "CloseFreezeRepro.zip"2. Build the project (PC, Mac & Linux Standalone)3. Open the bui... Read more
CustomRenderTextureManager::UpdateCustomRenderTextures crash when buildi...
Steps to reproduce:1. Open User-supplied project ("ProjectorSim_HDRP_2019.zip")2. Build it Reproduced in: 2019.1.1f1, 2019.2.0a14Not... Read more
Temporary textures do not respect QualitySettings.textureQuality
The RenderTexture.GetTemporary() API creates a render texture that does not get mipped down at the API level (at least for DX11). Yo... Read more
CombineMesh() mesh indices regression
Steps to repro:1. Open QA attached project "CombineMeshIndices.zip"2. Open repro scene3. Enter Play Mode4. Observe console Expected ... Read more
Two GUITexture materials are leaked into the Editor each time Play Mode ...
How to reproduce:1. Create a new Unity Project2. Open Window > Analysis > Profiler3. Select the Memory Profiler, enter and exi... 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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class