Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ltmx/unity.unzip
Automatic zip file extractor for unity - extracts files on import
https://github.com/ltmx/unity.unzip
unity unity-7zip unity-editor unity-engine unity-package unity-package-manager unity-packages unity-plugin unity-zip unity3d-plugin
Last synced: about 1 month ago
JSON representation
Automatic zip file extractor for unity - extracts files on import
- Host: GitHub
- URL: https://github.com/ltmx/unity.unzip
- Owner: ltmx
- License: mit
- Created: 2023-10-14T14:36:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T15:01:10.000Z (6 months ago)
- Last Synced: 2024-10-10T10:05:05.823Z (about 1 month ago)
- Topics: unity, unity-7zip, unity-editor, unity-engine, unity-package, unity-package-manager, unity-packages, unity-plugin, unity-zip, unity3d-plugin
- Language: C#
- Homepage:
- Size: 921 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity.Unzip
Automatic zip file extractor for unity
[![Made for Unity](https://img.shields.io/badge/Made%20for-Unity-57b9d3.svg?style=for-the-badge&logo=unity&color=blueviolet)](https://unity3d.com)
- Automatically imports and extracts all common archive file formats on import
zip, 7z, rar, tar, gz, bz2, tgz, ...# Instructions
- Drag zipped file into any folder... 7zip automatically extracts the files in it# Install
- Package Manager > Install from git url > [`https://github.com/nicolasreinhard/Unity.Unzip.git`](https://github.com/nicolasreinhard/Unity.Unzip.git)### => [All Supported Formats List](https://7-zip.opensource.jp/chm/general/formats.htm)
# Credits
[7zip](https://7-zip.org/)