Hiya,
I’d like to spawn a collection at random from a big list of collections. whats the best way to go about this? do i need to create a factory for every collection I’d want to spawn?
Hiya,
I’d like to spawn a collection at random from a big list of collections. whats the best way to go about this? do i need to create a factory for every collection I’d want to spawn?
Yes.
If you have massive amounts, it’s easy to generate the required data. Create a few, then look at the resulting file in a text editor and you’ll see how to proceed.
okay cool ill work around, thanks