Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/combo.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/combo)

README

Combo: Task Integration Tool

openupm

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"
}

Comments

No comments yet. Be the first!