I am accessing an HTML file to `My Documents/Company Name/` directory. I made a scene that allows the user to code JavaScript to their liking with the SimpleWebBrowser Asset (open-source Unity browser asset package). The asset I used successfully execute every code I put into it but it doesn't have a developer console support like other browsers generally have.
I am just wondering if it's possible for Unity to print the messages related to JavaScript like the "console.log()" and error messages through a WWW. If I can't access with WWW, what are the alternatives to print "console.log" outputs from a `.html` file on that directory?
I am using C# as my main scripting language.
↧