teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

内容の改善

2020/10/06 18:25

投稿

u824
u824

スコア112

answer CHANGED
@@ -1,5 +1,9 @@
1
- ファイルダイアログをいいかんじに表示するOSSの [Unity Standalone File Browser](https://github.com/gkngkc/UnityStandaloneFileBrowser) の System.Windows.Forms.dll を利用すれば正常に動作しました。(Unity2019.4.10f.1 Editor/Windows Sandalone)
1
+ ~~ファイルダイアログをいいかんじに表示するOSSの [Unity Standalone File Browser](https://github.com/gkngkc/UnityStandaloneFileBrowser) の System.Windows.Forms.dll を利用すれば正常に動作しました。(Unity2019.4.10f.1 Editor/Windows Sandalone)~~
2
2
 
3
- 1. Assets>StandaloneFileBrowser>Plugins>[System.Windows.Forms.dll](https://github.com/gkngkc/UnityStandaloneFileBrowser/blob/master/Assets/StandaloneFileBrowser/Plugins/System.Windows.Forms.dll) をDownloadして、このdllを自分のプロジェクトのPluginsフォルダに配置する。
3
+ ~~1. Assets>StandaloneFileBrowser>Plugins>[System.Windows.Forms.dll](https://github.com/gkngkc/UnityStandaloneFileBrowser/blob/master/Assets/StandaloneFileBrowser/Plugins/System.Windows.Forms.dll) をDownloadして、このdllを自分のプロジェクトのPluginsフォルダに配置する。~~
4
4
 
5
+ 1. C:\Program Files\Unity\Hub\Editor\2019.x\Editor\Data\MonoBleedingEdge\lib\mono\unityjit\System.Windows.Forms.dll を自分のプロジェクトのPluginsフォルダに配置する。※1
6
+
5
- 2. Project Settings>Player>Api Compatibility Level*>`.NET 4.x`に設定する。
7
+ 2. Project Settings>Player>Api Compatibility Level*>`.NET 4.x`に設定する。
8
+
9
+ ※1 C:\Program Files\Unity\Hub\Editor\2019.x\Editor\Data\MonoBleedingEdge\lib\mono\gac\System.Windows.Forms\xxx\System.Windows.Forms.dll でも動作した。