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.tomlfile. In the same terminal as before runaftman add UpliftGames/wally. This should add the following to youraftman.tomlfile.
aftman.toml
[tools]
wally = "UpliftGames/wally@x.x.x"
-
Run
aftman installto install wally and any other packages that you may have added. -
If you don't have a
wally.tomlfile, runwally init. -
Add matter under
[dependencies]insidewally.toml. You can find the latest version from this page or by runningwally search matter-ecsand 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
Packagesfolder with Rojo.
Manual
- Download
matter.rbxmfrom the latest release. - Sync in with Rojo or import into Roblox Studio manually.