Skip to content

Commit b457013

Browse files
committed
Add a README.
1 parent 0df3e4d commit b457013

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Certainly! Below is a README template for your Unity package extractor tool, suitable for a GitHub repository:
2+
3+
---
4+
5+
# Unity Package Extractor
6+
7+
Unity Package Extractor is a Rust-based tool designed to efficiently extract assets from `.unitypackage` files.
8+
9+
## Some details
10+
11+
The tool parses Unity package files and extracts all the files in the working directory. It uses Rust's async/await feature to handle file I/O operations efficiently. It assumes that assets are always written before the path name to more efficiently extract the file without using too much buffer space. It is a command-line based tool but you can drag and drop a file on it to quickly extract. There is also robust logging if you add a couple -v.

0 commit comments

Comments
 (0)