v0.3.20 - YarnSpinner libraries v3.2.0 , YSLS JSON generation, new Typewriter API #118
Conversation
…ner-Godot into port_3.2
added 7 commits
April 15, 2026 17:17
…editor integration (fix #119)
added 7 commits
April 25, 2026 17:53
…proceed when no dialogue options were chosen https://yarnspinner.dev/blog/yarn-spinner-3-1-release/#dialogue-option-fallthrough
…n OptionsPresenter
…en YSLS generation
…mple in your `.csproj` file: `<DefineConstants>$(DefineConstants);YARN_SOURCE_GENERATION_DISABLE_YSLS</DefineConstants>` - You can now also disable source generation entirely if desired with the symbol `YARN_SOURCE_GENERATION_DISABLE_ALL`. This will prevent you from using the `[YarnCommand]` and `[YarnFunction]` attributes and require manual command and function registration to each dialogue runner.
Collaborator
Author
|
I think we are at the point where I invite anyone willing to test out the PR and let me know any issues as I would like to target releasing this new version soon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[0.3.20] 2026-05-15
.ysls.jsonfiles, used to integrate with other YarnSpinner tools like the VS Code extension. Updated diagnostics around command registration are also provided..csprojfile:<DefineConstants>$(DefineConstants);YARN_SOURCE_GENERATION_DISABLE_YSLS</DefineConstants>YARN_SOURCE_GENERATION_DISABLE_ALL. This will prevent you from using the[YarnCommand]and[YarnFunction]attributes and require manual command and function registration to each dialogue runner.CustomMarkerandBasicMarkeras custom types for better editor integration (ERROR: Cannot get class 'BasicMarker' #119)DialogueRunner.onDialogueCompletesignal was emitted twice when dialogue ends. (fixSignalName.onDialogueCompleteis emitted twice #120)PaletteMarkerProcessorfor an example of the updates.DialogueViewBaseandGDScriptPresenterAdapter, which have been deprecated in favor of DialoguePresenterBase / views implemented directly in GDScript for a while now.https://yarnspinner.dev/blog/yarn-spinner-3-1-release/
https://yarnspinner.dev/blog/yarn-spinner-3-2-release/
Unity diff reference
YarnSpinnerTool/YarnSpinner-Unity@v3.0.3...v3.2.2