回答編集履歴

1

内容の改善

2020/10/06 18:25

投稿

u824
u824

スコア112

test CHANGED
@@ -1,9 +1,17 @@
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
3
 
4
4
 
5
- 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フォルダに配置する。
5
+ ~~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フォルダに配置する。~~
6
+
7
+
8
+
9
+ 1. C:\Program Files\Unity\Hub\Editor\2019.x\Editor\Data\MonoBleedingEdge\lib\mono\unityjit\System.Windows.Forms.dll を自分のプロジェクトのPluginsフォルダに配置する。※1
6
10
 
7
11
 
8
12
 
9
13
  2. Project Settings>Player>Api Compatibility Level*>`.NET 4.x`に設定する。
14
+
15
+
16
+
17
+ ※1 C:\Program Files\Unity\Hub\Editor\2019.x\Editor\Data\MonoBleedingEdge\lib\mono\gac\System.Windows.Forms\xxx\System.Windows.Forms.dll でも動作した。