# GitHub Repositories

There are several official Yarn Spinner GitHub repositories:

* **Yarn Spinner Core** — [YarnSpinnerTool/YarnSpinner](https://github.com/YarnSpinnerTool/YarnSpinner)
  * This is the core of Yarn Spinner, and all other elements depend on this in some way. You probably never need to touch this yourself.
* **Yarn Spinner for Unity** — [YarnSpinnerTool/YarnSpinner-Unity](https://github.com/YarnSpinnerTool/YarnSpinner-Unity)
  * This is the components of Yarn Spinner that relate to the Unity integration. This is likely to be something that you install via Unity's Package Manager, but never download directly.
* **Yarn Spinner for Unreal** — [YarnSpinnerTool/YarnSpinner-Unreal](https://github.com/YarnSpinnerTool/YarnSpinner-Unreal)
  * This is the components of Yarn Spinner that relate to the Unreal integration. This is currently an experimental labs project, but is scheduled for a supported release in late-2023
* **Yarn Spinner for Godot** — [YarnSpinnerTool/YarnSpinner-Godot](https://github.com/YarnSpinnerTool/YarnSpinner-Godot)
  * This is the components of Yarn Spinner that relate to the Godot C# integration. This is an experimental labs project, and is not officially supported yet.
* **Yarn Spinner Console** (`ysc`) — [YarynSpinnerTool/YarnSpinner-Console](https://github.com/YarnSpinnerTool/YarnSpinner-Console)
  * The Yarn Spinner command-line tool, for working with `.yarn` files on the command-line.
* **Visual Studio Code Extension** — [YarnSpinnerTool/VSCodeExtension](https://github.com/YarnSpinnerTool/VSCodeExtension)
  * This is the VS Code extension for Yarn Spinner. You're likely to install this via the VS Code Extensions system.
