Unity-WinForms
Unity-WinForms copied to clipboard
any plan to support webbrowser in unity?
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!
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).
Yeah, WebBrowser is not implemented here.
please implement it