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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument