Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storycraft/unity-utage-book
Library for reading and writing unity Utage visual novel engine book scenario file
https://github.com/storycraft/unity-utage-book
Last synced: 6 days ago
JSON representation
Library for reading and writing unity Utage visual novel engine book scenario file
- Host: GitHub
- URL: https://github.com/storycraft/unity-utage-book
- Owner: storycraft
- Created: 2022-06-23T06:16:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T08:20:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T01:47:16.374Z (about 2 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# unity-utage-book
Library for reading and writing unity Utage visual novel engine book scenario fileThis project is not documented. See examples for usage.
## Examples
### extract
Extract book scenario file to json
* usage: `cargo run --example extract --features=serde < input.book > output.json`### repack
Repack unpacked json file to book
* usage: `cargo run --example repack --features=serde < input.json > output.book`