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

最近有個項目要用到System.Windows.Forms.dll,在Unity編輯器里用着還好好的,但是一導出就給我報錯,讓我十分不爽。 於是請教百度,搜出了五花八門的答案,沒一個能解決我的問題的,更不爽了 好在功夫不負有心人終於找到了靠譜的答案。 原鏈接 只需要File gt Build Settings gt Player Settings... gt Player gt Other Set ...

2019-12-02 20:05 0 409 推薦指數:

查看詳情

System.Windows.Forms.Application.DoEvents();

關於Application.DoEvents()的小研究 在MSDN中的備注是: 當運行 Windows 窗體時,它將創建新窗體,然后該窗體等待處理事件。該窗體在每次處理事件時,均將處理與該事件關聯的所有代碼。所有其他事件在隊列中等待。在代碼處理事件時,應用程序並不響應。例如,當將另一窗口拖到 ...

Tue Apr 26 18:24:00 CST 2016 0 2678
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM