euglenach / InputAsAsyncEnumerable

Treat InputManager as AsyncEnumerable(IUniTaskAsyncEnumerable)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InputAsAsyncEnumerable

Treat InputManager as AsyncEnumerable(IUniTaskAsyncEnumerable)

openupm

Installation

Add from GitHub

You can also add it directly from GitHub on Unity 2019.4+. Note that you won't be able to receive updates through Package Manager this way, you'll have to update manually.

  • open Package Manager
  • click +
  • select Add from Git URL
  • paste https://github.com/euglenach/InputAsAsyncEnumerable.git
  • click Add
Add from OpenUPM

To add OpenUPM to your project:

  • open Edit/Project Settings/Package Manager
  • add a new Scoped Registry:
Name: OpenUPM
URL:  https://package.openupm.com/
Scope(s): com.euglenach.inputasasyncenumerable
  • click Save
  • open Package Manager
  • Select My Registries in dropdown top left
  • Select InputAsAsyncEnumerable and click Install
Add from OpenUPM CLI Run the following command in a terminal.
openupm add com.euglenach.inputasasyncenumerable

About

Treat InputManager as AsyncEnumerable(IUniTaskAsyncEnumerable)

License:MIT License


Languages

Language:C# 100.0%