const int GWL_STYLE = -16;
const int WS_BORDER = 1;
IntPtr i = FindWindow("UnityWndClass",null);
SetWindowLong(i, GWL_STYLE, WS_BORDER);
ShowWindow(i, 1);const int GWL_STYLE = -16;
const int WS_BORDER = 1;
IntPtr i = FindWindow("UnityWndClass",null);
SetWindowLong(i, GWL_STYLE, WS_BORDER);
ShowWindow(i, 1);