Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.2.0-pre.6 - Entities
7000.0.0a1
Issue ID
ECSB-849
Regression
No
Cannot bake entity fields correctly into shared components when using SubScenes
How to reproduce:
1. Open the attached project "SharedComponentEntityIssue.zip"
2. Open Assets/Scenes/SampleScene.unity
3. Open SubScene in the Hierarchy window
4. Open Window>Entities>Hierarchy
5. Enable "Runtime" mode in the Entities Hierarchy window
6. Select SampleScene>SubScene>Foo in the Entities Hierarchy window
Expected results: BakeTestAuthoring script should create a DebugEntityRef where EntityRef points at the entity converted from BakeTestAuthoring.OtherGameObject
Actual results: DebugEntityRef.EntityRef points to a different entity or an invalid entity
Reproducible with: 2022.3.19f1 (1.0.8, 1.0.16, 1.2.0-pre.6)
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
Resolution Note:
Entity fields on Shared Components is not something we support for Entities 1.x