YarnSpinner
YarnSpinner copied to clipboard
Yarn Spinner is a tool for building interactive dialogue in games!
## Introduction This proposal introduces _shadow lines_, which allows writers to re-use lines across their game without having to create duplicated line text or assets, and also preserving a natural...
This PR adds a placeholder document where **proposals** can be accumulated before they are implemented, serving as a roadmap and allowing to easier coordinate changes across external YarnSpinner implementations. Closes...
**What is the current behavior?** Yarn installed from nuget crashes when trying to compile file. **Please provide the steps to reproduce, and if possible a minimal demo of the problem**:...
## Introduction The [Yarn 2](https://github.com/YarnSpinnerTool/YarnSpinner/blob/main/Documentation/Yarn-Spec.md) language spec was published and frozen more than a year ago. Since then, there were many new features added to the language, and there are...
If you make an node with an empty title the LSP returns a gibberish error message that doesn't help track down the issue. So if you have the following Yarn:...
**What is the current behavior?** `UntaggedLineListener` deletes all escaping backslashes in a line when adding a tag to that line. **Please provide the steps to reproduce, and if possible a...
~~~C# using UnityEngine; using UnityEngine.UI; using Yarn.Unity; public class YarnImageHandler : MonoBehaviour { // 이미지가 표시될 UI 오브젝트 (예: Image 컴포넌트가 있는 오브젝트) public GameObject imageObject; // Yarn Spinner 명령어에...
**What is the current behavior?** When making a simple yarn script with voice-over that has a node that jumps to itself, we experience a: `ArgumentExpection: An item with the same...
**What is the current behavior?** The Yarn Spinner VSCode extension reports a problem in my Yarn file, "Unexpected "T" while reading a return statement", when reading the command `` **Please...
As of dd00545, `random_range` returns integers and not floats. We should add a second function (name TBD) that returns floating point values within a given range.