Android SendMessage

How do you get SendMessage to work with Unity Android?

Particularly, if you put a SendMessage call in onCreate, do you have to wait for a delay for it to work?

It’s better if you put the call in the onStart() method