Search Issue Tracker
System.Net.Http library is missing in .NET 4.6 backend
Steps to reproduce:1. Open the attached project (netHTML.zip)2. Make sure that .NET 4.6 backend is selected3. Observe the error in t... Read more
AudioClip reference is reset to None when opening Unity for the first ti...
To reproduce:1. Download attached Unity project "AudioNoneExample.zip"2. Copy Assets and ProjectSettings folders into a new folder3.... Read more
Error after recompiling: "An assembly with the same name `UnityEngine.UI...
Reproduction steps:1. Open project attached.(Repro.zip)2. Open scene "SimpleSample".3. Press Play.4. Detect that there is error "Uni... Read more
[.NET 4.6] Editor crashes scripting_icall_string_to_utf8 when deleting ...
Steps to reproduce:1. Create a new Unity project2. Change the Scripting Runtime Version to .NET 4.6 Equivalent (Project Setting ->... Read more
IDbCommand ExecuteNonQuery method rapidly allocates memory
Reproduction steps:1. Download project "MemLeak.zip" and open in Unity2. Open scene "memtestscene"3. Open Task Manager4. Enter Play ... Read more
Editor crashes while upgrading project's API for 'AQUAS Water/River Set'...
1. What happenedFailed to upgrade A$ package https://www.assetstore.unity3d.com/en/#!/content/52103 (AQUAS Water/River Set) from 5.6... Read more
"The referenced script on this Behaviour is missing!" warning duplicates...
How to reproduce:1. Create new empty project2. Create UI -> Canvas3. Create new C# Script in Project Window and open it4. Enter P... Read more
Transform.IsChildOf throws NullReferenceException with null argument ins...
Steps to reproduce:1. Open attached “NullReferenceException.zip” Unity project2. Open “Main” scene3. Enter Play mode Expected result... Read more
Vector2Int is missing negation, division and multiplication by int opera...
Steps to reproduce: 1. Use one of these in a C# script: var vector = 2 * Vector2Int.one;var vector = -Vector2Int.right;var vector = ... Read more
Variant interface type assignment doesn't correctly convert when using m...
To reproduce:1. Open user's attached project2. Go to Window -> Test Runner3. In Test Runner window, press Run All4. Observe Expec... 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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject