Search Issue Tracker
[ECS] DOTS compiler bug error is thrown when subtracting from float3.zero
How to reproduce:1. Open the "ECSSampleRepro.zip" project2. Check the Console Expected result: No errors appear in the ConsoleActual... Read more
Entity System stops to work when the class name exceeds 37 characters
How to reproduce:1. Open the attached project's "case_1226638-Project.zip" Scene labeled "Scene"2. Enter the Play Mode3. Observe the... Read more
"SGICE002" error is thrown when building a project that includes a Scrip...
How to reproduce:1. Open the “EntitiesSamples“ project2. Open the “AutoAuthoring” scene3. Build the project (File > Build Setting... Read more
DOTS compiler fails when getting singleton from property
Reproduction steps:1. Open the attached project "1411505.zip"2. Open Scenes/SampleScene3. Observe the console Expected result: No er... Read more
[ECS] Elapsed time counted from application start causes new Scene's Uni...
How to reproduce:1. Download and open this project https://github.com/Unity-Technologies/EntityComponentSystemSamples2. Build And Ru... Read more
[Entities] Error DCICE001: Entities.ForEach Lambda expression uses somet...
Steps to reproduce:1. Add this script to project with Entities installed: using Unity.Entities; public class NewBehaviourScript : Sy... Read more
Companion GameObjects are invisible in Scene view when their entities ar...
Reproduction steps:1. Open the user's attached project "DOTSBugs.zip"2. Enter Play mode3. Observe Scene and Game views Expected resu... Read more
Unexpected error when using Entities.ForEach inside a method with a gene...
How to reproduce:1. Open the attached (TestProjectDefaultRP.zip) project2. Open the Console Window Expected result: No errors appear... Read more
Unexpected error thrown when calling Job.WithStructuralChanges( ) inside...
Reproduction steps:1. Open user's attached project "New Unity Project (4)" Expected result: No errors are thrownActual result: Unexp... Read more
Failed to burst compile lambda expression error DCICE005
How to reproduce:1. Open attached project "Bug.zip"2. Observe Console window Expected result: no errors are thrownActual result: "er... 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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default