https://github.com/raytwo/catalog_bundle_tool
Tool and library to manipulate Catalog files in Unity games for modding purposes
https://github.com/raytwo/catalog_bundle_tool
addressables bundle catalog unity unity3d
Last synced: 6 months ago
JSON representation
Tool and library to manipulate Catalog files in Unity games for modding purposes
- Host: GitHub
- URL: https://github.com/raytwo/catalog_bundle_tool
- Owner: Raytwo
- Created: 2023-04-07T19:12:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-11T13:46:53.000Z (11 months ago)
- Last Synced: 2025-08-11T14:28:43.230Z (11 months ago)
- Topics: addressables, bundle, catalog, unity, unity3d
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catalog Bundle Tool
A command-line interface tool and library to consult Catalog.bundle files used by Unity games with the Addressables package.
Very early version, only tested on Fire Emblem Engage. It should, however, be usable on other games.
Use the ``-h`` argument for a list of supported commands.
## Credits
Author and research: ``Raytwo``
Special thanks and research: ``Moonling``
Testers: ``Sierra``, ``DeathChaos25``
Bundle support library: ``Thane98``