https://github.com/bian-sh/no-component-file-uploader-for-unity
This is a no component file uploader (pure asp uploader) for unity
https://github.com/bian-sh/no-component-file-uploader-for-unity
Last synced: about 1 month ago
JSON representation
This is a no component file uploader (pure asp uploader) for unity
- Host: GitHub
- URL: https://github.com/bian-sh/no-component-file-uploader-for-unity
- Owner: Bian-Sh
- License: mit
- Created: 2021-10-10T17:35:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T11:38:44.000Z (over 3 years ago)
- Last Synced: 2025-02-13T22:41:31.581Z (3 months ago)
- Language: C#
- Size: 2.86 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# No Component File Uploader For Unity
这是一个基于无惧上传类修改的 Unity 适配的无组件上传类及其测试工程。
# 功能演示
# Summary
1. 无需后台人员支持,也不用安装其他网页开发环境
2. 修复 UnityWebRequest 在构建二进制上传数据意外在头部加入了换行符导致的上传不成功的bug
3. 新增指定上传目录的功能,请自己做校验避免用户构建并上传到敏感文件夹# How to use?
1. Unity 开启工程并点击播放按钮 ,详见 gif
2. 请确保你的 PC 80端口未被占用(如占用,改 MyWebServer 端口 和 上传 url)