v2.2.1
This is the compiler for Yarn Spinner. If you want to use Yarn Spinner in a Unity game, please see the releases page for Yarn Spinner for Unity!
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
Added
- Added a means to detect and return runs of lines through basic block analysis to the Utils. This is called via the
Yarn.Compiler.Utility.ExtractStringBlocks
function.
Changed
- Markup attributes may now begin with a digit, letter or underscore. Previously, they were required to begin with a letter or an underscore. This allows the
select
marker to work with numbers:[select value=1 1=one 2=two 3=three /]