Unity Issue Tracker - Entities ArgumentException error is thrown when creating nested Sub Scenes
Closed
ECSB-957
Entities ArgumentException error is thrown when creating nested Sub Scenes
Package: Entity Component System (ECS)
Won't Fix
1.2.X
1.1.X
This bug is fixed in 1.2.0+ we have no plans to fix it in any earlier version. We recommend users upgrade if they encounter this issue.
Reproduction steps:
1. Open the “ReproProject“ project
2. Open the “Assets/OutdoorsScene“ scene
3. Select the “Cube” and the “Cube (1)“ GameObjects in the Hierarchy window
4. Create a new Sub Scene (Right click one of the selected GameObjects in step 3 > New Sub Scene > From Selection)
5. Save the project (File > Save)
6. Observe the Console window
Expected result: No errors thrown in the Console window
Actual result: “ArgumentException: We are reading a UnityEngine.Object but the deserialized index is out of range for the given object table.“ error is thrown in the Console window