Search Issue Tracker
Won't Fix
Won't Fix in 1.0.X
Votes
3
Found in [Package]
1.0.0 - Entities
Issue ID
ECSB-97
Regression
No
"Assertion failure. Values are not equal." errors in the Console when using "CopyAndReplaceEntitiesFrom" function
How to reproduce:
1. Open the attached user project
2. Open Scene “SampleScene“ (Assets/Scenes)
3. Enter Play Mode
Expected result: Game runs with no errors in the Console
Actual result: “AssertionException: Assertion failure. Values are not equal. Expected: 13 == 0“ errors in the Console
Reproducible with: 0.51.0-preview.32, 0.51.1-preview.21 (2020.3.39f1, 2021.3.9f1)
Reproduced on: macOS (12.5)
Comments (1)
-
redwren
Feb 22, 2023 18:10
Still occurring with 1.0.0-pre.44, see https://forum.unity.com/threads/implement-rollback-and-working-around-bug-with-copyandreplaceentitiesfrom.1218777/#post-8827162 for additional repro script.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (1.0.X):
EntityManager.CopyAndReplaceEntitiesFrom is unfortunately making a series of assumptions that fundamentally prevent this function from ever working in the general case. And recent changes in the way entities are allocated made it even more difficult to use properly. So we have decided to deprecate this function. There is just no way it would ever deliver on what it was supposed to do.