Page 1 of 1

Launch Non-Visible Browser in Unity

PostPosted: Wed Feb 15, 2017 10:27 pm
by tgraupmann
What is the bare minimum to load a URL without rendering to a window?

I have a Unity project/script for getting started.
https://github.com/tgraupmann/UnityCEF/ ... in.cs#L109

I'd like to create a browser and load a page that I don't need to see.

I need the page to evaluate JS that I pass to it.

I intend to use the Speech API, but for now it'd be great if I could just hear some audio playing as a sanity check.

Unity just uses the Mono 2.0 runtime. I can't just use Windows.Forms and mark it hidden...

Thanks,

~Tim Graupmann

Re: Launch Non-Visible Browser in Unity

PostPosted: Wed Feb 22, 2017 8:34 am
by Czarek
Try asking here viewforum.php?f=14