Installation
Wally Package Manager
There are a few ways to install wally. You can find all the ways here. We recommend using Aftman and is what we'll cover here.
Initialize Aftman if you haven't already. You can do this by opening a terminal in the project and running
aftman init
.Add the wally tool to your
aftman.toml
file. In the same terminal as before runaftman add UpliftGames/wally
. This should add the following to youraftman.toml
file.
aftman.toml
[tools]
wally = "UpliftGames/wally@x.x.x"
Run
aftman install
to install wally and any other packages that you may have added.If you don't have a
wally.toml
file, runwally init
.Add matter under
[dependencies]
insidewally.toml
. You can find the latest version from this page or by runningwally search matter-ecs
and finding the one labeledmatter-ecs/matter@x.x.x
.
wally.toml
[dependencies]
matter = "matter-ecs/matter@0.8.4"
- Run
wally install
. - Sync in the
Packages
folder with Rojo.
Manual
- Download
matter.rbxm
from the latest release. - Sync in with Rojo or import into Roblox Studio manually.