Q:

modify web page from unity from code

Application.ExternalCall( "SayHello", "The game says hello!" );


0
<script type="text/javascript" language="javascript">
<!--
function SayHello( arg )
{
    // show the message
    alert( arg );
}
-->
</script>


0

New to Communities?

Join the community