Search Issue Tracker
Memory leak occurs when filling NativeArray from NativeQueue since alloc...
How to reproduce: 1. Open attached project 2. Open Profiler window 3. Enter the Play Mode 4. Select Memory part of the Profiler 5. C... Read more
Unity.Collections.xxHash3.Hash128 returns mismatching hash values when c...
Reproduction steps: 1. Open the attached project “bug.xxHash3.Hash128.zip“ 2. In the Editor go to “Unity“ → Compare Hash Value ... Read more
Crash on block_locate_free when setting a NativeHashMap value inside a job
How to reproduce: 1. Open the attached "CrashRepro" project 2. Open the “Assets/Scenes/MainScene/MainScene.unity“ Scene 2. Enter ... Read more
Some of the "NativeText" methods use "stackalloc" which causes a stack o...
How to reproduce: 1. Open the “native_text_to_string_bug“ project 2. Open the “SampleScene“ 3. Enter the Play Mode 4. Observe th... Read more
[Android] Crash when using xxHash3 and targeting the ARMv7 Architecture ...
Reproduction steps: 1. Open the attached “ASDQWE” project 2. Build and run the Player (File > Build And Run) 3. Observe the Playe... Read more
InvalidOperationException is thrown when using IJobParallelForDefer with...
Reproduction steps: 1. Open the attached “BugRepro” project 2. Open the “Assets/Scenes/SampleScene.unity” Scene 3. Enter the Play... Read more
InvalidOperationException error or crash when allocating a large NativeP...
Reproduction steps: 1. Open the attached project "Project" 2. Attach “Assets/OverflowTest.cs“ to “MainCamera” GameObject 3. Enter... Read more
Data corruption when adding the data from one NativeList<T> to the other...
How to reproduce: 1. Open the “ReproNativeList“ project 2. Open the “SampleScene” 3. Add “TestTwo.cs“ to a GameObject 4. Enter t... Read more
NativeQueue elements are still accessible after being dequeued when acce...
How to reproduce: 1. Open the attached “nativequeue_issue” project 2. Open the “SampleScene” and enter Play mode 3. Press the “Q... Read more
Crash on block_remove when using a custom allocator and Native Collections
Reproduction steps: 1. Open the attached “Allocator Crash Example” project 2. Open “SampleScene” 3. Enter Play Mode 4. Observe t... 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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI