YarnSpinner-Console
YarnSpinner-Console copied to clipboard
The command line tool for working with Yarn Spinner.
This pull request introduces a JSON export option as an alternative to the binary export format. A json format can improve usability in certain scenarios where JSON is a more...
Background: I've ported the YarnSpinner runtime to another language so that I can embed it in a project I'm working on. As part of this I'd like to be able...
Running the following command in Windows 11 terminal `./ysc.exe tag --output-directory output game.yarn` Expected behaviour is to output a file `game.yarn` in a subfolder named `output` of the current directory....
The file name is correctly based on what the CLI passes, but the actual name within the protobuf packet of the output is just an empty string from my own...
The `--start-node` option is pretty useful for testing parts of a conversation. It would be even more useful if it was also possible to set variables. I.e. something like ```...
Builds for macOS are not currently notarised, which means that users need to reduce the security of their system in order to use it. We should be signing release builds;...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...