Hello :)
I trying to create Webview( web browser ) in unity.
Build way is standalone( window, mac, Linux). I don't want to use Webgl and web Player or other things only standalone.
I want to web browser loading My HTML in unity Assets folder ---> that correct
HTML in javascript function sendMessage to unity C# ---> that Correct (using MessageLibrary)
but C# call javascript function is cannot... --> how to call javascript from unity c# script
this is my folder trees
{
project --> Assets --> StreamingAssets / script and the other folders
}
I want click unity UI "OK" button --> call Javascript function --> SendMessage( values)
![alt text][1]
[1]: /storage/temp/180616-webbrowser.png
↧