ECS empty GameObject in subscene does not convert to entity

Hi,
I’m starting work on DOTS 1.0. And in the beginning I already have a problem. An empty GameObject does not convert to an entity, while a Cube GameObject does.
What am I doing wrong?
I use:
unity 2022…2.17
Entities 1.0.0-pre.65

Please take a look at the manual here Baking | Entities | 1.0.16

But essentially, without anything on the GameObject for a Baker to run on, nothing will be produced by default.

1 Like

Thanks for the quick reply. There is nothing to bake for an empty GO. stupid me :smile: