Search Issue Tracker
Won't Fix
Votes
2
Found in [Package]
1.0.0
Issue ID
ECSB-133
Regression
Yes
GameObjects are not rendered when they are in a subscene
Reproduction steps:
1. Open the “GameViewProject“ project
2. Open the “SampleScene“ scene
3. Make sure the “EntityScene” subscene is enabled
4. Observe the Game view
Expected result: the “Tank“ GameObject is rendered
Actual result: the “Tank“ GameObject is not rendered
Reproduced in: 1.0.0-exp.8, 1.0.0-exp.14 (2022.2.0b5), 1.0.0-pre.15 (2022.2.1f1, 2023.1.0a22)
Not reproduced in: 0.51.1-preview.21 (2020.3.42f1, 2021.3.15f1)
Could not test in: 2022.2.0b4 (Entities unavailable)
Reproduced using: macOS 13.0.1 (Intel)
Notes:
- For the reporter, the issue reproduced in the Scene view
- Not reproduced in Camera preview
- Also reproduced in Play Mode
- Also reproduced in a build
- Could not recreate a reproducible project from scratch
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
- Crash on PPtr<Object>::operator when undoing "Modern UI Pack" elements
- Crash on operator delete[] when Instantiating an Asset Bundle that references an another Asset Bundle with a MonoBehaviour
- Background Thread crash freezes editor when opening a specific scene
- Editor Menus text doesn’t update when Switching Editor language back to English
- "Atlas uncompressed. This can be caused by mismatch texture formats." is thrown when Paint Details is selected
Resolution Note:
The reproduction project has multiple issues:
- no URP asset/renderer is used
- the Game Objects are using Built-in material
- Entities Graphics package is not used
Entities are using Entities Graphics (EG) package to render. If no EG package is present, nothing is rendered.
EG package does not support Built-In rendering pipeline. Please use URP and URP materials.