Installation
This tutorial shows you how to install Yarn Spinner for Unity, the Unity integration for running Yarn and Yarn Spinner scripts in your Unity-based games.
Last updated
Was this helpful?
This tutorial shows you how to install Yarn Spinner for Unity, the Unity integration for running Yarn and Yarn Spinner scripts in your Unity-based games.
Last updated
Was this helpful?
There are two ways to install Yarn Spinner for Unity: via the Package Manager, and via a .unitypackage
file.
You can install the Yarn Spinner package into your project using the Package Manager window in Unity.
Yarn Spinner is available via the . This is the simplest way to install Yarn Spinner, and makes it easy to keep it up to date.
Before you can install Yarn Spinner from OpenUPM, you first need to configure your project so that it knows where to get the package from.
In Unity, open the Edit menu, and choose Project Settings.
In the list of sections at the left hand side of the window, select Package Manager.
This window is where you tell Unity about where to find packages that come from registries besides Unity's built-in one.
In the Name field, type OpenUPM
.
In the URL field, type https://package.openupm.com
.
In the Scopes field, type dev.yarnspinner
.
Click Save.
When you're done, the settings window should look like this:
You can now install Yarn Spinner itself.
Open the Window menu, and choose Package Manager.
In the toolbar, click Packages: In Project, and choose My Registries.
Yarn Spinner will appear in the list. Select it, and click Install.
Yarn Spinner will download and install into your project.
You can verify that everything is imported succesfully by looking for Yarn Spinner under Packages, in the Project pane.
As an alternative to downloading Yarn Spinner from OpenUPM, you can install Yarn Spinner by downloading the package directly from GitHub, where the project's source code is stored.
To install Yarn Spinner from GitHub, follow these instructions.
In Unity, open the Window menu, and choose Package Manager.
Click the +
button, and choose "Add package from git URL".
In the text field that appears, enter the following URL: https://github.com/YarnSpinnerTool/YarnSpinner-Unity.git
.
The project will download and install. This might take a moment.
If you don't want to install Yarn Spinner as a package, you can download it as a .unitypackage
file, and extract it into your project.
To download and install the file, follow these steps:
In Unity, open the Window menu, and choose Package Manager.
Locate Text Mesh Pro in the list, and select it.
Click the Install button to install Text Mesh Pro. This package is required for Yarn Spinner to work.
Download the .unitypackage
for that release.
Open the .unitypackage
. Unity will ask which files you want to add. In almost every case, you'll want to import all files.
Click Import.
Once you've installed Yarn Spinner, you're ready to start using it!
Next, open your browser, and go to the of Yarn Spinner for Unity on GitHub.