Another question in regards to the .collection export. How would you practically use the exported collection in Defold?
My method feels a bit clunky: Create the collection with a collection factory, then, to get collisions, create a game object with a matching collision object inside. Is this the best way of doing it?