Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bian-sh/unifileopendialog
- Owner: Bian-Sh
- License: mit
- Created: 2019-06-07T22:56:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T17:05:36.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:34:38.014Z (about 1 month ago)
- Topics: filedialog, unity3d, win32
- Language: C#
- Homepage: https://www.jianshu.com/p/8cc34b2a7377
- Size: 1.42 MB
- Stars: 20
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)