Wrapper of tinyfiledialogs for Unity3D.
Support Windows, macOS and Linux.
Copy the whole Assets/tinyfiledialogs
into your project Assets directory.
Use tinyfd.TineFileDialogs
in the C# code, or add following components to Game Object.
MessageBox
InputBox
PasswordBox
FileDialog
- Files in directory tinyfiledialogs and Assets/tinyfiledialogs/Plugins/ are licensed according to the comment in
tinyfiledialogs/tinyfiledialogs.h
- Other files are licensed using MIT, see LICENCE file in the repository.
- Windows: Visual Studio 2012
- Linux: gcc with glibc
Unity3D 文件选择对话框,封装了 tinyfiledialogs。
支持 Windows, macOS 和 Linux 平台。
把 Assets/tinyfiledialogs
复制到项目的 Assets 目录中。
在 C# 代码中使用 tinyfd.TineFileDialogs
,或者在 Game Object 中添加下面的组件
MessageBox
InputBox
PasswordBox
FileDialog