Welcome! › Forums › Unity Plugins › In-App Web Browser › download web page content (html file) without opening a browser › Reply To: download web page content (html file) without opening a browser
July 25, 2020 at 9:35 pm
#2128
Piotr
Keymaster
Then use javascript to fetch content of a website and pass it to your C# script. There is sample scene which dhows C#-JS communication. However, I still think you might not be using the best tool for this job. Are you sure you want to it on client side?