Export unity packages instantly.
Stop waiting for Unity to open. Create .unitypackage files directly from the command line with zero dependencies.
What is Unity Package Exporter?
It's a high-performance Command Line Interface (CLI) tool designed for modern development workflows.
Exporting a package requires launching the Unity Editor, a slow and hard to automate process. Our tool bypasses the engine entirely, building packages in seconds.
- No Unity Editor installation required
- Perfect for GitHub Actions & GitLab CI
- 100% compatible with standard .unitypackage format
Built for speed and reliability
We solved the pain points of automated exports so you can ship faster.
Parallel processing handles assets in seconds. No startup time.
Designed for headless environments. Runs on standard runners without GPU or Display.
Automatically finds referenced materials and scripts so you never ship broken assets.
Getting started in 60 seconds
Get the Tool
You can either download the pre-built release or build it yourself.
Option A: Download Release
Get the latest binary for your platform (Windows, macOS, Linux).
View GitHub ReleasesOption B: Build from Source
Clone the repository and build using the .NET CLI.
Run Your First Export
Point the tool at your Assets folder and specify an output file.
Advanced usage
Unlock the full power of the CLI with glob patterns and flags.
Exclusion Patterns
Exclude documentation and tests to keep your package clean.
--exclude "**/Documentation/**" --exclude "**/Tests/**"CI/CD Mode
Skip dependency checks if you know exactly what you need.
--skip-dependency-checkIntegration Example
Add this to your .github/workflows/build.yml
Troubleshooting
Missing .meta files
.gitignore includes them and they are committed.Access Denied
Frequently asked questions
Everything you need to know about the tool.
Ready to automate your release process?
Join us saving hours every month with package exporter.
MIT License • Free for commercial use