What’s the difference between
- A game object created outside a collection and added to the collection as a game object file and
- One created inside the collection
What’s the difference between
This is described in quite some detail in the Building Blocks manual: https://www.defold.com/manuals/building-blocks/#_game_objects
Ok, I get it now,
Those created outside the collection can act as blueprints.
Those created inside a collection are native to that collection.