gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.01k stars 317 forks source link

ArgumentException of System.Windows.Forms.dll #13

Closed Calvin2274 closed 6 years ago

Calvin2274 commented 7 years ago

Issue found when Making Window Standalone Build using Mac OSX : 10.11.6 Unity : 5.6.1p1

ArgumentException: The Assembly System.Drawing is referenced by System.Windows.Forms ('Assets/StandaloneFileBrowser/Plugins/System.Windows.Forms.dll'). But the dll is not allowed to be included or could not be found.

gkngkc commented 7 years ago

Be sure api compatibility level is .NET 2.0, not the subset.