Difference between game objects

What’s the difference between

  1. A game object created outside a collection and added to the collection as a game object file and
  2. One created inside the collection

This is described in quite some detail in the Building Blocks manual: https://www.defold.com/manuals/building-blocks/#_game_objects

1 Like

Ok, I get it now,
Those created outside the collection can act as blueprints.

Those created inside a collection are native to that collection.

3 Likes