github YarnSpinnerTool/YarnSpinner-Unity v2.0.2

latest releases: v2.4.2, v2.4.0, v2.4.1...
2 years ago

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

👩‍🚒 Getting Help

There are several places you can go to get help with Yarn Spinner.

📦 How To Install Yarn Spinner

To install the most recent release of Yarn Spinner for Unity, please see the Installation Instructions in the Yarn Spinner documentation.

If you want to install this particular version of Yarn Spinner for Unity, follow these steps:

Installing Yarn Spinner for Unity v2.0.2 from Git

  • Open the Window menu, and choose Package Manager.
  • If you already have any previous version of the Yarn Spinner package installed, remove it.
  • Click the + button, and click Add package from git URL...
  • Enter the following URL:
    • https://github.com/YarnSpinnerTool/YarnSpinner-Unity.git#v2.0.2

Each release will have a different URL. To upgrade to future versions of Yarn Spinner, you will need to uninstall the package, and reinstall using the new URL.

📜 Changes

Added

  • You can now specify which assemblies you want Yarn Spinner to search for YarnCommand and YarnFunction methods in.
    • By default, Yarn Spinner will search in your game's code, as well as every assembly definition in your code and your packages.
    • You can choose to make Yarn Spinner only look in specific assembly definitions, which reduces the amount of time needed to search for commands and functions.
    • To control how Yarn Spinner searches for commands and actions, turn off "Search All Assemblies" in the Inspector for a Yarn Project.
  • Added a Spanish translation to the Intro sample.

Changed

  • ActionManager now only searches for commands and actions in assemblies that Yarn Projects specify. This significantly reduces startup time and memory usage.
  • Improved error messages when calling methods defined via the YarnCommand attribute where the specified object can't be found.

Don't miss a new YarnSpinner-Unity release

NewReleases is sending notifications on new releases.