Missing OnMessage (SOLVED)

Hi! I got this warning while loading a collection

WARNING:GAMEOBJECT: Component type is missing OnMessage function

and the collection does not show.

First time this happens to me. Any help?

Solved! My fault: I was using a CollectionFactory component instead of a CollectionProxy component. However the warning message is not that clear…

My apologize for the silly question.

You tried to send a message to the collection factory component?

Yes, I sent “load” to what I thought was a CollectionProxy component but it was a CollectionFactory.