Bian-Sh / UniFileOpenDialog

文件选择/保存窗,支持置顶,支持多选无其他插件依赖。FileOpenDialog / FileSaveDialog for Unity with built-in topmost function, no additional plugins required. Multi-select support.

Home Page:https://www.jianshu.com/p/8cc34b2a7377

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniFileOpenDialog

Windows 系统下的 Unity 文件选择窗 / 文件保存窗 ,具备始终置顶的模态特性

FileOpenDialog/ FileSaveDialog in Untiy . With Topmost Fuction for Windows os.

  • 模态窗口特性:俩窗口不再意外被主程序覆盖隐藏

    The FileOpenDialog will never disappear when you hit unityplayer unexpectedly.

  • 可以方便的获取文件路径,方便的得到文件保存路径

    And you can get the saved file's path now.

  • 运行时和编辑器下均可正常使用

    Can work correctly both in unity editor and unity player mode (runtime mode)

  • 支持多文件选择

    Support multi file select

Installation

通过 UPM 安装: Window 👉 Package Manager 👉 + 👉 Add package from git URL

Install via UPM

然后张贴以下内容:

Then paste the following content

https://github.com/Bian-Sh/UniFileOpenDialog.git?path=Packages/UniFileDialog

Reference:

Unity 3D OpenFileDialog / SaveFileDialog 如何置顶

About

文件选择/保存窗,支持置顶,支持多选无其他插件依赖。FileOpenDialog / FileSaveDialog for Unity with built-in topmost function, no additional plugins required. Multi-select support.

https://www.jianshu.com/p/8cc34b2a7377

License:MIT License


Languages

Language:C# 100.0%