Missing dll when build and missing folder when run

I get this error when build, I use some function on GitHub - gkngkc/UnityStandaloneFileBrowser: A native file browser for unity standalone platforms

and then I get another error when run the game

And it tells you what’s wrong: you use System.Windows.Forms.dll which requires System.Drawing.dll, but the later is not found. You need to add System.Drawing.dll to you project too.

I copy System.Drawing.dll from Unity Folder%\Editor\Data\Mono\lib\mono\2.0 to the game output folder, but it is still same error

I also copy the System.Drawing.dll to asset directory in editor, but it also not work.

You to check the compatibility of those too. Check the scripting runtime version in player settings. Maybe you are mixing things.

sovled by this method: