Show / Hide Table of Contents

Installation in Unity

There's several ways to install Sylves to Unity.

Install from UPM

Sylves is published to OpenUPM. Follow the OpenUPM instructions or use their CLI.

Manual Installation

Download the latest Unity.zip from the github releases, and drop it in your assets folder.

Source Installation

Source installs allow you to debug into Sylves, but they compile a bit slower.

  • Copy the source code of src/Sylves into your Unity project.
  • Add UNITY to the scripting symbols defined in Player Settings.
  • Delete the UnityShim/ folder, AssemblyInfo.cs and Sylves.csproj files.
In this article
Back to top Generated by DocFX