v1.2.0 (beta 1)
Pre-release
Pre-release
·
1115 commits
to develop
since this release
Yarn Spinner v1.2 adds a variety of bug fixes and quality-of-life improvements.
NOTE: This release is a beta of v1.2. In addition to a higher risk of bugs, the features and APIs in this version may change in the final release without notice.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
Added
- Yarn scripts now appear with Yarn Spinner icon. (@Schroedingers-Cat)
- Documentation is updated to reflect the current version number (also to mention 2018.4 LTS as supported)
- Added a button in the Inspector for
.yarn
files in Yarn Spinner for Unity, which updates localised.csv
files when the.yarn
file changes. (@stalhandske, #227) - Added handlers for when nodes begin executing (in addition to the existing handlers for when nodes complete.) (@arendhil, #222)
OptionSet.Option
now includes the name of the node that an option will jump to if selected.- Added unit tests for Yarn Spinner for Unity (@Schroedingers-Cat)
- Yarn Spinner for Unity: Added a menu item for creating new Yarn scripts (Assets -> Create -> Yarn Script)
Changed
- Fixed a crash in the compiler when parsing single-character commands (e.g.
<<p>>
) (#231)