Releases: YarnSpinnerTool/YarnSpinner-Godot
v0.2.6
[0.2.6] 2024-05-08
- Fix #53 where the first OptionView in an OptionsListView could not be interacted with if fadeTime was zero
- Update YarnSpinner core DLL files to version 2.4.2
- Updated dependency versions:
- Google.Protobuf: Moved from 3.15.0 to 3.25.2.
- Microsoft.Extensions.FileSystemGlobbing: Moved from 7.0.0 to 8.0.0
- Standard library functions (e.g. random, round_places, dice) have been removed from Yarn Spinner for Godot, since they have been added directly to the core Yarn Spinner library.
- Updated dependency versions:
- Fix #55 where Yarn projects with no scripts added / compiled yet threw exceptions when locale related or 'export strings' were pressed
See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.
v0.2.5
[0.2.5] 2024-04-28
- fix #50 - errors calling Stop if the runner was running a command like wait
- fix #44 - show variable declarations in the yarn project inspector
- Add SQL Variable storage Sample (not delivered in the addons/ directory, open this repository as a Godot project to try this sample)
See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.
v0.2.4
[0.2.4] 2024-04-17
fix #46 - The Create Yarn Project menu item was not working in 4.1.2
fix #45 - Add #nullable disable to the plugin's C# source files for compatibility with projects with nullable enabled
fix #35 - Don't have the example OptionView expand vertically
See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.
Re-released to update the version number in plugin.cfg
0.2.3
[0.2.3] 2024-04-03
- Make LineView compatible with any subclass of BaseButton used as your continueButton. #40 by @fmoo
- Add GlobalClass attribute to InMemoryVariableStorage, TexTLineProvider, LineView, OptionsListView. #41 by @fmoo
- Improve error logging in LineView #42 by @fmoo
See here for installation. You can clone the repo at this tag, or download the below zip and use the addons/ folder inside it to follow the setup instructions.
0.2.2
YarnSpinner Godot 0.2.1
YarnSpinner-Godot 0.2.0 is a significant upgrade over past versions of the plugin, which integrates many of the enhancements that were added in YarnSpinner-Unity.
Notable updates include:
- Changing the plugin to work with
.yarnproject
JSON files like the Unity plugin. Please see the below PR link for instructions on upgrading existing games that used the.tres
format of YarnProjects. - Add
[pause]
markup support for inserting pauses into your dialogue when using the Typewriter effect - Add the MarkupPalette custom resource, which allows you to easily color your dialogue with custom markup tags
- Introduce new example UI with a more rounded appearance to base your own custom UIs on.
- Remove most checked-in DLLs, favoring NuGet dependencies in the provided
.props
file.
For the full details of the changes, see this pull request: #28
For installation instructions, see here:
https://docs.yarnspinner.dev/beginners-guide/making-a-game/yarn-spinner-for-godot