Search Issue Tracker
By Design
Votes
0
Found in [Package]
0.1.1-preview
Issue ID
1187223
Regression
No
[ECS][DOTS] Entity Conversion interface does not work in Sub-Scenes
Reproduction steps:
1. Open "1187223" project
2. Enter Play mode
3. Notice in the "Entity Debugger" window that there are 3 different Entity Objects
Expected Result: There should be 4 different Entity objects, one created by a Sub-Scene
Actual Result: Entity Conversion interface does not work in Sub-Scenes
Reproduced with: 2020.1.0a12, 2019.3.0b10, 2019.2.12f1, 2018.4.12f1
Did not reproduce on: 2017.4.34f1
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
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
Resolution Note:
When a game object is converted inside of a subscene, only entities created with GameObjectConversionSystem.CreateAdditionalEntity(GameObject) will be persisted in the subscene. This specifically means that entities created using calls to dstManager.CreateEntity() will not appear after conversion. More recent versions of entities actually warn if there are any such orphaned entities at the end of conversion.