Combo: Task Integration Tool
Automate repetitive tasks directly within the Unity Editor using a Grunt/Gulp-inspired workflow. Combo streamlines your development pipeline by enabling task creation and execution without leaving the engine, reducing manual work and improving team efficiency.
com.lavaleakgames.combo 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/combo.git README Markdown
Copy this to your project's README.md
## Installation
Add **Combo: Task Integration Tool** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/combo.git
```
[](https://www.pkglnk.dev/pkg/combo)README

A way to run automated tasks integrated in the Unity Game Engine Editor (similar to Grunt or Gulp in the web).
| Links: | Documentation | Source Code License | Logo License |
|---|
Installation
Install via OpenUPM
The package is available on the openupm registry. It's recommended to install it via openupm-cli.
openupm add com.lavaleakgames.combo
Install via Git URL
Open Packages/manifest.json and add the following line to the dependencies block.
"dependencies": {
"com.lavaleakgames.combo": "https://github.com/brunurd/combo.git"
}
No comments yet. Be the first!