Install Loom
Loom ships as a Unity package tarball. The matching UI packages are bundled inside the Unity package, so you do not need to fetch Loom packages from a public npm registry.
Before you start
Make sure your project matches Supported platforms:
- Unity 6 (
6000.3or newer) - URP
- Node.js 20+
- macOS Apple Silicon or Windows x64
Add the Unity package
Copy the tarball. Copy
onl.snack.loom-X.Y.Z.tgzinto your project’sPackages/directory.Reference it. Add the package to
Packages/manifest.json:{ "dependencies": { "onl.snack.loom": "file:onl.snack.loom-X.Y.Z.tgz" // ... your other dependencies } }Restart Unity.
Verify the install
Run:
Loom -> Doctor Fix any red checks before continuing.
Next steps
- Try the end-to-end sample: Run the sample.
- Build the smallest real UI: Build your first screen.