CLI tool for unpacking the unitypackage files.
Go to file
Piotr Siuszko b57200812c README 2023-12-23 18:59:03 +01:00
.idea Init 2023-12-22 17:40:42 +01:00
src Add command-line argument parsing 2023-12-23 18:56:39 +01:00
.gitignore Init 2023-12-22 17:40:42 +01:00
Cargo.lock Add command-line argument parsing 2023-12-23 18:56:39 +01:00
Cargo.toml Add command-line argument parsing 2023-12-23 18:56:39 +01:00
README.md README 2023-12-23 18:59:03 +01:00

README.md

lwa_unity_unpack

Simple CLI tool for unpacking the unitypackages. Also allows auto convert of the FBX files to GLTF during unpacking.

Example usage

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"