Yarn Spinner is the friendly tool for writing dialogue games. This repo contains the Unity integration; you can find the core Yarn Spinner compiler in its own repository.
For help, support, discussion, and chill community times, come and join the Yarn Spinner Discord!
To get started, you'll need to install Yarn Spinner in your Unity project. Yarn Spinner is available as a package via OpenUPM, and via direct download as a .unitypackage
file.
To install Yarn Spinner via direct download, follow these steps:
- Go to the releases page, and download the
.unitypackage
. - Open the
.unitypackage
, and import its contents into your project.
Yarn Spinner will be installed into the YarnSpinner
folder in your project's Assets.
To install Yarn Spinner via OpenUPM, follow these steps:
- Install
openupm-cli
. - Open a terminal, and navigate to your project's folder.
- Run the following command:
openupm add dev.yarnspinner.unity
Yarn Spinner will be installed into the Yarn Spinner
folder in your project's Packages.
More detailed information on how to install Yarn Spinner is available on the Yarn Spinner site.
Looking for help with Yarn Spinner? We've got you covered.
If you're new to Yarn Spinner, we suggest following the tutorial.
Once you've followed the tutorial, you should read the Yarn language guide.
For a deeper dive into how Yarn Spinner for Unity works, we've written a complete guide to the various bits and pieces.
A full reference to the API of Yarn Spinner, including the Unity integration, is available.
There are several places to get more help with Yarn Spinner, and stay up to date with what's happening.
- Follow us on Twitter!
- Join our narrative game development Slack!
Yarn Spinner is available under the MIT License. This means that you can use it in any commercial or noncommercial project. The only requirement is that you need to include attribution in your game's docs. A credit would be very, very nice, too, but isn't required. If you'd like to know more about what this license lets you do, tldrlegal.com have a very nice write up about the MIT license that you might find useful.
Yarn Spinner was originally created by Secret Lab, an Australian game dev studio. Come say hi!
The logo was made by Cecile Richard.
Yarn Spinner's development is made possible in part by NYU Game Center.
Yarn Spinner needs your help to be as awesome as it can be! You don't have to be a coder to help out.
- Yarn Spinner's development is powered by our wonderful Patreon supporters. Become a patron, and help us make Yarn Spinner be amazing.
- Our issues page contains a list of things we'd love your help in improving.
- Follow Yarn Spinner on Twitter.
- If you want to contribute to Yarn Spinner, go read our contributor's guide!