You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ A simple wrapper for native file dialogs on Windows/Mac/Linux.
6
6
- Open file/folder, save file dialogs supported.
7
7
- Multiple file selection.
8
8
- File extension filter.
9
+
- Mono/IL2CPP backends supported.
9
10
- Linux support by [Ricardo Rodrigues](https://github.com/RicardoEPRodrigues).
10
11
- Basic WebGL support.
11
12
@@ -49,6 +50,9 @@ Mac Screenshot
49
50
Windows Screenshot
50
51

51
52
53
+
Linux Screenshot
54
+

55
+
52
56
Notes:
53
57
- Windows
54
58
* Requires .NET 2.0 api compatibility level
@@ -62,6 +66,7 @@ Notes:
62
66
63
67
WebGL:
64
68
- Basic upload/download file support.
69
+
- File filter support.
65
70
- Not well tested, probably not much reliable.
66
71
- Since browsers require more work to do file operations, webgl isn't directly implemented to Open/Save calls. You can check CanvasSampleScene.unity and canvas sample scripts for example usages.
0 commit comments