Search Issue Tracker
Unity crashes on a project with unsafe ECS code when unpausing play mode
How to reproduce: 1. Open the user's project 2. Enter play mode 3. Unpause play mode Expected result: Editor keeps working Actual r... Read more
[ECS] Error 'DCICE007' is thrown when compiler removes fields that would...
Reproduction steps: 1. Open the attached project ("case_1217354-ECSBug") 2. Inspect console Expected result: No errors are thrown A... Read more
GameObjects created by ISystem.OnCreate does not get destroyed when unlo...
Reproduction steps: 1. Open the attached project "ReproProj" 2. Open the “/Assets/Scenes/SampleScene1.unity” Scene 3. Enter the P... Read more
[ECS] Static Objects' positions are incorrect when they are Converted To...
How to reproduce: 1. Open the user's project 2. Press Play ~ Inspect objects positions ~ 3. Build a Standalone application and run i... Read more
Error "MissingFieldException: Field not found: UnityEditor.EditorGUI/Rec...
Reproduction steps: 1. Open the attached project "ReproProj" 2. Open the “/Assets/Scenes/Main.unity” Scene 3. In Hierarchy, click th... Read more
"NullReferenceException: Object reference not set to an instance of an o...
How to reproduce: 1. Open the attached project "NanoshroomiaUnity.zip" 2. Select BacteriaTest>SibSubScene>Entity(59:1) in the Hier... Read more
Optimize first-frame performance
When spawning 100,000 objects, a first-time CPU spike happens as entities rendering processing happens on the first frame. [https... Read more
[Platforms][iOS] Version and Build values are not overwritten in Xcode p...
Steps to reproduce: 1. Create a new project with iOS Platforms package or open the attached one ("1345745.zip") 2. Create a new Buil... Read more
Runtime data not shown when using Main Menu/Assets/Properties Unity shor...
How to reproduce: # Open the project "IN-67880_EntitiesPropertiesWindowIssue" # Open the “SampleScene” scene # From the Hierarchy w... Read more
Crash when calling EntityManager.CreateEntity(new EntityArchetype(), 1, ...
How to reproduce: 1. Open attached project "Case_1262093" 2. Press Play Reproducible with: Entities: 0.8.0 - preview.8, 0.11.1 - pr... 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
- Output Decals URP link in Learning Templates directs to HDRP Lit Decal Documentation
- Performing Undo Redo for Convert to Property action creates a ghost Node
- Crash on GameObject::IsActiveIgnoreImplicitPrefab when opening a specific project
- Default Input Action Asset creates unsaved changes when clicking on Button actions
- Crash on CleanupAfterLoad() when exiting Play Mode during Async Scene load/unload Events