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

Package: Entity Component System (ECS)

-

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

  1. 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.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.