I have my Unity web player embedded in an HTML document online. How would I call a function within Unity, using Javascript in the HTML?
For example, I click a button in the HTML and a function within Unity is called.
I know the opposite of what I’m trying to do is Application.ExternalCall, but how do I call functions from Unity?