Search Issue Tracker
AsyncReadManager.Read writes to input array pointer during async operation
A recent change in 2021.1 started writing the bytes read to the pointer passed in to the Read command. Prior to this PR, the user di... Read more
Resources.LoadAll() sometimes freezes Editor upon recompilation
Reproduction steps:1. Open user attached project2. Open Assets\_Scenes\Setup Scene3. Press Play4. Repeat step 3 for 5-20 times Expec... Read more
File parameter has incorrect value in CompilerMessage when the path has ...
Steps:1. Open attached project2. Open Script2.cs3. Introduce compiler error4. Take a look into messages in Console==>File paramet... Read more
Memory Leak when calling GetComponents(List<T>) with a static List
Steps to reproduce:1. Download and open project "GetComponentsBug.zip"2. Open SampleScene3. Enter Play mode4. Exit Play mode5. Enter... Read more
Crash on core::StringStorageDefault<char>::assign when attaching a speci...
Title: Crash on core::StringStorageDefault<char>::assign when attaching a script to terrain that doesn't inherit a native clas... Read more
NativeArray<T>.ReadOnly does not implement IEnumerable<T>
NativeArray<T> implements IEnumerable<T> allowing to use C# "foreach" syntax to iterate over it. However its read-only v... Read more
Build Aborted/Build Interrupted error briefly appears in the Console win...
Reproduction steps:1. Create a new Unity project2. Create a new C# Script: Right-click in Project window > Create > C# Script3... Read more
Arrays apply data changes immediately which prevents DelayedEditor from ...
Reproduction steps:1. Open the attached project "case_1307386-ArrayInspectorBug.zip"2. In the Scripts folder, click on "New Foo"3. I... Read more
Compilation error is not shown in the Console window when using generic ...
Reproduction steps:1. Open the attached "case_1320502" project2. Open the "ResourceImageDownloader_1.cs" script3. Note that the IDE ... Read more
Editing scriptingDefineSymbols in ProjectSettings.asset file doesn't cau...
Reproduction steps:1. Open user's project "scriptassemblycache2020.2.zip"2. Notice the message in the Console3. Close Unity Editor4.... 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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph