Copyright © 2026 Unity Technologies
Cancelling: the 6000.1 version has reached its end of life. If you need additional fixes, please upgrade to a newer Unity version.
Reproduction steps: 1. Open the attached “EcsPlayground.zip” project 2. Enter the Play Mode 3. Observe the Console window
Expected result: No errors are thrown Actual result: “ArgumentException: Object reference not set to an instance of an object” errors are thrown
Reproducible with: 2022.3.58f1, 6000.0.38f1, 6000.1.0b5, 6000.2.0a2
Reproducible on: Windows 11 Not reproducible on: No other environment tested
Workaround: Replace UnsafeHashMap<Entity, ...> with UnsafeHashMap<CertainlyNotAnEntity, ...>
Issues you vote on will appear here