YarnSpinner-Unity icon indicating copy to clipboard operation
YarnSpinner-Unity copied to clipboard

The official Unity integration for Yarn Spinner, the friendly dialogue tool.

Results 61 YarnSpinner-Unity issues
Sort by recently updated
recently updated
newest added

Whenever I make **any** change to a .yarnproject file in the Unity inspector, new entries appear in the "**Source Files**" field. The entries are always the same: **/*.yarn, and each...

bug

I would like to create a line database, allowing users to search for specific lines. I believe exposing `YarnProjectImporter.GenerateStringsTable` as a public method would allow users to parse the YarnProject...

E.g.: `[pause=1000\]Is that...[pause=1000\] you?` Played with typewriter effect will not pause at all.

bug

Any reason why the exposed parameters on LineView (e.g. `useTypewriterEffect`, `autoAdvance`) are not public? **Is your feature request related to a problem? Please describe.** I want to modify properties of...

**What is the current behavior?** I defined a Yarn Command taking a Vector2 parameter: ```cs using System.Collections; using UnityEngine; using Yarn.Unity; public class MoveCharacterCommand : MonoBehaviour { [YarnCommand("move_character")] public static...

bug

**What is the current behavior?** I'm unable to select languages "code" (for instance "pt-br", only "pt" is avaliable) from the Yarn Project Localization selector ![yarnproject-dropdown](https://github.com/user-attachments/assets/add03a0b-4c96-43d8-9066-ff74436856ed) This is a big deal,...

bug

* **Please check if the pull request fulfills these requirements** - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Does it...

**What is the current behavior?** I see the console warning: > The GUID inside 'Packages/dev.yarnspinner.unity/Tests/Runtime/CommandDispatchTests/AssemblyDefinition/TestCommands.cs.meta' cannot be extracted by the YAML Parser. Attempting to extract it via string matching instead....

bug

What is the current behavior? I updated the yarn spinner version to 3.0.1 throughout Unity's Package Manager (Unity 2022.3.30f1) and it throws me this error: Library\PackageCache\[email protected]\Editor\Utility\YarnPackageImporter.cs(118,32): error CS0117: 'PackageInfo' does...

bug