Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bian-sh/unifileopendialog

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

filedialog unity3d win32

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

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

![](Media/OpenFIleDialog.gif)

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

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 如何置顶](https://www.jianshu.com/p/8cc34b2a7377)