Wally Setup
Wally is typically used in a Rojo based workflow and is used to manage install packages from the Wally Site.
Prerequisites
Installation
Step 1
After downloading / installing Aftman, Rojo, and Wally head over to Lagoon's wally page.
You should see a gray-ish box as seen here. Click that box to copy the package install to your clipboard.
Step 2
Paste the package install text into the dependencies part of your wally.toml
file and rename the package with an appropriate casing style.
Step 3
Run the command
wally install
Step 4
If you haven't already make sure to add the Packages folder into your default.project.json
like this.
Example code:
"Packages": {
"$path": "Packages"
}