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
You can copy the source code of src/Sylves
into your Unity project. If you do this, you must add UNITY to the scripting symbols defined in Player Settings. Source installs allow you to debug into Sylves.