Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.0.0
Issue ID
ECSB-130
Regression
No
Cannot create additional entities when using BakingSystems
Steps to reproduce:
1. Open the “IN-22843_BugBakingSystemAdditionalEntities-2” project
2. Open the “SampleScene” Scene
3. Select the Entity inside the “Subscene” Scene containing the “EntityReferences” component
4. Note the “EntityReferences” component in the Inspector
Expected result: Two Entities exist
Actual result: Only one Entity exists
Reproducible with: 1.0.0-exp.8 (2022.2.0b15)
Could not test with: 0.17.0-preview.42 (the package cannot be reinstalled)
Reproduced on: macOS Monterey 12.5.1 (Intel)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Baking does not support creating Entities in BakingSystems that are expected to go in the final Entity Scene. These Entities need to be created in a Baker first, but can be processed in BakingSystems after that.