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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Resolution Note:
Entity fields on Shared Components is not something we support for Entities 1.x