https://github.com/assetripper/tpk
A tool for compressing type tree dumps
https://github.com/assetripper/tpk
compression unity unity3d
Last synced: 10 months ago
JSON representation
A tool for compressing type tree dumps
- Host: GitHub
- URL: https://github.com/assetripper/tpk
- Owner: AssetRipper
- License: mit
- Created: 2022-03-03T14:44:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-07T03:27:16.000Z (10 months ago)
- Last Synced: 2025-08-07T05:27:05.146Z (10 months ago)
- Topics: compression, unity, unity3d
- Language: C#
- Homepage:
- Size: 152 KB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: License.md
Awesome Lists containing this project
README
# Type Tree Compression
A tool for compressing [type tree dumps](https://github.com/AssetRipper/TypeTreeDumps) and [documentation dumps](https://github.com/AssetRipper/DocumentationDumps) into packages.
## Type Tree Tpk
| Compression | Link |
| ----------- | ---- |
| [Brotli](https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/brotli_file) | https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/brotli_file.zip |
| [Lz4](https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/lz4_file) | https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/lz4_file.zip |
| [LZMA](https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/lzma_file) | https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/lzma_file.zip |
| [Uncompressed](https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/uncompressed_file) | https://nightly.link/AssetRipper/Tpk/workflows/type_tree_tpk/master/uncompressed_file.zip |
## Engine Assets Tpk
| Compression | Link |
| ----------- | ---- |
| [Brotli](https://nightly.link/AssetRipper/Tpk/workflows/engine_assets_tpk/master/brotli_file) | https://nightly.link/AssetRipper/Tpk/workflows/engine_assets_tpk/master/brotli_file.zip |
| [Lz4](https://nightly.link/AssetRipper/Tpk/workflows/engine_assets_tpk/master/lz4_file) | https://nightly.link/AssetRipper/Tpk/workflows/engine_assets_tpk/master/lz4_file.zip |
| [LZMA](https://nightly.link/AssetRipper/Tpk/workflows/engine_assets_tpk/master/lzma_file) | https://nightly.link/AssetRipper/Tpk/workflows/engine_assets_tpk/master/lzma_file.zip |
| [Uncompressed](https://nightly.link/AssetRipper/Tpk/workflows/engine_assets_tpk/master/uncompressed_file) | https://nightly.link/AssetRipper/Tpk/workflows/engine_assets_tpk/master/uncompressed_file.zip |