Unity.unzip
Automatically extracts zip, 7z, rar, tar, gz, bz2, tgz, and other common archive formats when imported into your Unity project. Simply drag zipped files into any project folder and they are instantly extracted, streamlining asset management and reducing manual extraction steps in your development workflow.
com.ltmx.unity.unzip 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unzip.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity.unzip** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unzip.git
```
[](https://www.pkglnk.dev/pkg/unzip)README
Unity.Unzip
Automatic zip file extractor for unity
- 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
No comments yet. Be the first!