← back to projects

Unity Shell

Open source· package · tools

Unity Shell

A lightweight Unity package that makes it painless to run command-line tasks from inside the Editor. I forked an existing repo, cleaned up the code, wrote real documentation, and shipped it as a proper UPM package.

var result = await Shell.Run("npm publish");

The goal: open-source, package-oriented Unity projects where reusable infrastructure gets packaged, shipped, and reused instead of copy-pasted.