CLI tool for unpacking the unitypackage files.
Go to file
Piotr Siuszko 06653aa7e6 Licence badge 2023-12-23 23:16:33 +01:00
.github/workflows Conf updates 2023-12-23 23:14:09 +01:00
.idea Init 2023-12-22 17:40:42 +01:00
src Format 2023-12-23 23:15:02 +01:00
.gitignore Init 2023-12-22 17:40:42 +01:00
CHANGELOG.md Conf updates 2023-12-23 23:14:09 +01:00
Cargo.lock Add command-line argument parsing 2023-12-23 18:56:39 +01:00
Cargo.toml Conf updates 2023-12-23 23:14:09 +01:00
LICENCE.md Conf updates 2023-12-23 23:14:09 +01:00
README.md Licence badge 2023-12-23 23:16:33 +01:00

README.md

lwa_unity_unpack build

License: MIT crates.io crates.io

Simple CLI tool for unpacking the unitypackages.

Also allows auto convert of the FBX files to GLTF during unpacking. For that download the tool from here and pass the path to executable file as --fbx-to-gltf argument value.

Program for unpacking unitypackages files

Usage: lwa_unity_unpack.exe [OPTIONS] --input <INPUT> --output <OUTPUT>

Options:
  -i, --input <INPUT>              .unitypackage file to extract
  -o, --output <OUTPUT>            target directory
  -f, --fbx-to-gltf <FBX_TO_GLTF>  optional- path to the tool that will auto convert fbx files to gltf during unpacking
  -h, --help                       Print help
  -V, --version                    Print version

lwa_unity_unpack -i "C:\\PROJECTS\\lwa_unity_unpack\\POLYGON_Snow_Kit_Unity_2020_3_v1_4.unitypackage" -o "output" -f "C:\\tools\\FBX2glTF.exe"