SO i tried this by making a call from unity awake/Start function to html javascript
``
Application.ExternalCall( "SayHello", "The game says hello!" ); //void Start
//on html side
↧