Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

umm/sequential_dispatcher

Repository files navigation

sequential_dispatcher

What

Requirement

Install

With Unity Package Manager

upm add package dev.upm-packages.sequential-dispatcher

Note: upm command is provided by this repository.

You can also edit Packages/manifest.json directly.

{
  "dependencies": {
    // (snip)
    "dev.upm-packages.sequential-dispatcher": "[latest version]",
    // (snip)
  },
  "scopedRegistries": [
    {
      "name": "Unofficial Unity Package Manager Registry",
      "url": "https://upm-packages.dev",
      "scopes": [
        "dev.upm-packages"
      ]
    }
  ]
}

Any other else (classical umm style)

yarn add "umm/sequential_dispatcher#^1.0.0"

Usage

License

Copyright (c) 2019 Tetsuya Mori

Released under the MIT license, see LICENSE.txt