Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.02 KB

github-repositories.md

File metadata and controls

22 lines (19 loc) · 2.02 KB
description
Learn about the official GitHub repositories for the projects.

GitHub Repositories

There are several official Yarn Spinner GitHub repositories:

  • Yarn Spinner CoreYarnSpinnerTool/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 UnityYarnSpinnerTool/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 UnrealYarnSpinnerTool/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 GodotYarnSpinnerTool/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 for RustYarnSpinnerTool/YarnSpinner-Rust
    • This is the components of Yarn Spinner that relate to the Rust and Bevy integration. This is an experimental labs project, and is not officially supported yet.
  • Yarn Spinner Console (ysc) — YarynSpinnerTool/YarnSpinner-Console
    • The Yarn Spinner command-line tool, for working with .yarn files on the command-line.
  • Visual Studio Code ExtensionYarnSpinnerTool/VSCodeExtension
    • This is the VS Code extension for Yarn Spinner. You're likely to install this via the VS Code Extensions system.