├── .gitignore ├── BinaryHelper.py ├── LibUnity.py ├── README.md ├── RepackAssets.py ├── UnpackAssets.py ├── assets └── Delete Me Please.txt └── classidFormat.pydat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmltogether/U3Unpacker/HEAD/.gitignore -------------------------------------------------------------------------------- /BinaryHelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmltogether/U3Unpacker/HEAD/BinaryHelper.py -------------------------------------------------------------------------------- /LibUnity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmltogether/U3Unpacker/HEAD/LibUnity.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmltogether/U3Unpacker/HEAD/README.md -------------------------------------------------------------------------------- /RepackAssets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmltogether/U3Unpacker/HEAD/RepackAssets.py -------------------------------------------------------------------------------- /UnpackAssets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmltogether/U3Unpacker/HEAD/UnpackAssets.py -------------------------------------------------------------------------------- /assets/Delete Me Please.txt: -------------------------------------------------------------------------------- 1 | Delete Me Please 2 | -------------------------------------------------------------------------------- /classidFormat.pydat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmltogether/U3Unpacker/HEAD/classidFormat.pydat --------------------------------------------------------------------------------