Unity-WinForms icon indicating copy to clipboard operation
Unity-WinForms copied to clipboard

any plan to support webbrowser in unity?

Open jiashie opened this issue 3 years ago • 3 comments

I tried to use webbrowser in a c# dll, it works fine when used in winform. but cannot work in unity. when invoke webbrowser.navigate, error as below:

NullReferenceException: Object reference not set to an instance of an object System.Windows.Forms.WebBrowser.Navigate (System.Uri url)

but webbrowser is actually not null!

jiashie avatar Oct 08 '21 08:10 jiashie

Hi, the exception output you have shared is missing the vital stack dump that would help address your issue. However, this most likely relies on something unimplemented in this library (I guess).

KieranFoot avatar Nov 18 '21 21:11 KieranFoot

Yeah, WebBrowser is not implemented here.

Meragon avatar Mar 16 '22 15:03 Meragon

please implement it

Barshan-Mandal avatar May 01 '22 02:05 Barshan-Mandal