Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
0.14.0-preview.18
Issue ID
1254459
Regression
No
[Entities] ProcessAfterLoad/EntitySceneOptimizations don't handle system groups
How to reproduce:
1. Open tester-attached project (Entities.zip)
2. Open the SampleScene(wait for it to finish loading)
3. See the Console window messages
4. Select the 'New Sub Scene' in the Hierarchy window and see the bounding box
Expected result: the messages are in the following order: TestGroup, FooTestSystem/BarTestSystem, CleanupSystem; the bounding box only encompasses box and sphere
Actual result: the messages are not in the correct order, TestGroup should be first and CleanupSystem should be last; the bounding box stretches to 0
Reproducible with: 2019.4.9f1(Entities preview.6 - 0.10.0, preview.4 - 0.11.1), 2020.1.4f1, 2020.2.0b1(Entities 0.14.0-preview.18)
Could not test with: 2018.4.27f1(project incompatible), 2019.4.9f1(Entities preview.15 - 0.9.1 - ProcessAfterLoad not implemented)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warnings when warming up shaders with GraphicsStateCollection
- Color and Location fields disappear when removing gradient marker in the HDR gradient Editor (linear) window
- Create Node window appears on the top left corner of the Editor when opening window with space keyboard shortcut after selecting a Context
- HasCharacters() returns false when checking Emojis using surrogate pairs, despite characters being present in the Font Asset
- An error is thrown when building AssetBundles with DisableWriteTypeTree and StripUnityVersion flags
Add comment