Hello.
I’m trying to send a message to Unity from the browser.
I’m using the example of the documentation literally, and I think to have followed all the steps.
In Chrome I get the message: “Uncaught TypeError: Can not call method ‘SendMessage’ of null”
And the expressions inspector of Safari says “unity.SendMessage: ReferenceError: Can not find variable: unity”
It is as if unityObject.getObjectById (“UnityContent”); did not work.