Skip to content
This repository was archived by the owner on Dec 27, 2018. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 1.09 KB

File metadata and controls

41 lines (25 loc) · 1.09 KB

Unity3D tinyfiledialogs

Wrapper of tinyfiledialogs for Unity3D.

Support Windows, macOS and Linux.

Usage

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

Licence

  • 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.

Native Plugin Build Environment

  • 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