Good day! Pliz help solve the problem
Snippet:
using System.Windows.Forms;
…
OpenFileDialog fd = new OpenFileDialog ();
if (fd.ShowDialog () == DialogResult.OK)
{
MessageBox.Show (fd.FileName);
}
Added to the folder \ Assets \ Plugins next file System.Windows.Forms.dll, it was taken from:
C: \ Program Files (x86) \ Unity3.5.4 \ Editor \ Data \ MonoBleedingEdge \ lib \ mono \ 2.0
C: \ Program Files (x86) \ Unity3.5.4 \ Editor \ Data \ MonoBleedingEdge \ lib \ mono \ 4.0
C: \ Program Files (x86) \ Unity3.5.4 \ Editor \ Data \ Mono \ lib \ mono \ 2.0
C: \ Program Files (x86) \ Microsoft Visual Studio. NET 2003 \ CompactFrameworkSDK \ v1.0.5000 \ Windows CE
In all cases, the editor Unity two windows pop up one after another with the message: Oops Could not register the window class, win32 error 0
Then only a dialog box. Show you how to get rid of these windows?