Using Defold 1.2.180
I have a collection proxy component,
if I load it using
msg.post(url,"load")
-> it works
if I try to check the missingresources using
local missing_resources = collectionproxy.missing_resources(url)
then I get:
Unable to find collection proxy component
i can’t understand what’s happening. Help would be appreciated!