I have a game object file with structure like the following
Then I add this game object file to a collection. The sprites is not rendered.
Then I tried the following structure
The sprite is rendered.
Is it not allowed to add game object to a game object file? Is it an intended behavior? Is it a bug?