Posting to a collection doesn't pick-up

https://1drv.ms/f/s!AqaD6sILox2GgsIZS-5U70GgPOWlgA?e=wmZKJ1

I’ve a collection called ‘winscreen’ which isn’t loading when called.

It’s picked up by a ‘loader’ script, which then sends msg.post, but it just shows a message: ERROR:GAMEOBJECT: Component ‘/go#winscreen’ could not be found when dispatching message ‘load’ sent from loader:/go#loader
ERROR:GAMEOBJECT: Component ‘/go#winscreen’ could not be found when dispatching message ‘enable’ sent from loader:/go#loader

I’ve checked the Id on the collection, and it is winscreen.

Any help much appreciated.

Your loader.collection does not have a collection proxy called "winscreen". You only have two collection proxies, main and mainmenu. You have to add a third collection proxy "winscreen".

1 Like

Amazing, thank you!