I don’t understand how to switch between active collections. The docs explained what collections were and that collection proxies allowed for travelling between them, but what do I need to do in my script to actually change the active collection?
Thanks,
Grify
I keep getting this popup error when I try to add more than one collection proxy and build:
java.lang.AssertionError: Assert failed: Cycle detected on node type editor.collection/CollectionNode and output :build-targets
(not (contains? (:in-production evaluation-context) [node-id label]))
Am I only supposed to have one collectionproxy?
There’s an example here: https://defold.com/examples/collection/proxy/
1 Like
Just realized that examples were available on github. Gonna poke at it until I get what the wires are for. Thanks britzl
2 Likes