Tim Nugent

Results 8 issues of Tim Nugent

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

# 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

The following yarn should be valid: ``` ``` And inside Unity this compiles without error, but inside vscode only `format`, `visited`, and `visited_count` work, all others are reporting their return...

bug

If you fully qualify the YarnCommand attribute (so `[Yarn.Unity.YarnCommand("do_a_thing")]` instead of `[YarnCommand("do_a_thing")]`) even though this works fine in Unity the LSP doesn't correctly link this in the editor. This means...

bug

## Introduction In the current form of Yarn Spinner we treat lines and commands the same for interpolation. And we mostly think this is the right move, we are assuming...

proposal

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:...

bug

Yarn Functions are correctly identified and bound to a method call but for some reason if you right click Go To Definition it doesn't work. To make things weirder this...