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!