Skip to content

Commit 8cec421

Browse files
authored
Update README.md
1 parent 664d7aa commit 8cec421

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A simple wrapper for native file dialogs on Windows/Mac/Linux.
66
- Open file/folder, save file dialogs supported.
77
- Multiple file selection.
88
- File extension filter.
9+
- Mono/IL2CPP backends supported.
910
- Linux support by [Ricardo Rodrigues](https://github.com/RicardoEPRodrigues).
1011
- Basic WebGL support.
1112

@@ -49,6 +50,9 @@ Mac Screenshot
4950
Windows Screenshot
5051
![Alt text](/Images/sfb_win.jpg?raw=true "Win")
5152

53+
Linux Screenshot
54+
![Alt text](/Images/sfb_linux.jpg?raw=true "Win")
55+
5256
Notes:
5357
- Windows
5458
* Requires .NET 2.0 api compatibility level
@@ -62,6 +66,7 @@ Notes:
6266

6367
WebGL:
6468
- Basic upload/download file support.
69+
- File filter support.
6570
- Not well tested, probably not much reliable.
6671
- 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.
6772

0 commit comments

Comments
 (0)