YarnSpinner icon indicating copy to clipboard operation
YarnSpinner copied to clipboard

Yarn Spinner is a tool for building interactive dialogue in games!

Results 30 YarnSpinner issues
Sort by recently updated
recently updated
newest added

**What is the current behavior?** When nesting functions, the compiler cannot correctly infer the type of the inner function in order to invoke the outer one. A yarn error is...

bug

**Is your feature request related to a problem? Please describe.** I want to modify a LineView typewriter effect speed through code, but the variable is internal and there are no...

**What is the current behavior?** When attempting to space out my script a bit with empty lines, I get a compiler error from yarn: ![image](https://user-images.githubusercontent.com/143504/183313929-4adb30df-1047-4d2d-9ea2-57e3d825e84c.png) **Please provide the steps to...

bug

# Introduction Before I begin I want to say I am very impressed with YarnSpinner. I needed a a dialog system for a game I am making with a group...

proposal

Yarn Spinner has a bunch of different tests and testing systems, one of these I am calling the Testplan System. The Testplan system is essentially an integration test and they...

**What is the current behavior?** If setting the locale of the dialogue (and subsequent line/markup parsers) to a specific locale (say en-AU) instead of the neutral form (en) the pluralisation...

bug

## Introduction File tags can currently contain anything after the `#`, this functionality could be extended to header tags. We could also add a separator for file tags, similar to...

proposal

Godot is a great open source alternative to unity! It has a json parser and uses gdscript - which is similar to python. It would be amazing if someone ports...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** YarnEditor's playtest feature is currently using bondagejs, which is far behind what yarnSpinner can do in terms of syntax and...

# Rationale Currently all variables in Yarn are global in scope and require going in and out of the variable storage to be used. While for the most part this...

enhancement
language
proposal