4 Forks
37 Stars
37 Watchers

unity-promises

Promises provide a simpler alternative for executing, composing, and managing asynchronous operations when compared to traditional callback-based approaches. They also allow you to handle asynchronous errors using approaches that are similar to synchronous try/catch.

How to download and setup unity-promises

Open terminal and run command
git clone https://github.com/jeffreylanters/unity-promises.git
git clone is used to create a copy or clone of unity-promises repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with unity-promises https://github.com/jeffreylanters/unity-promises/archive/master.zip

Or simply clone unity-promises with SSH
[email protected]:jeffreylanters/unity-promises.git

If you have some problems with unity-promises

You may open issue on unity-promises support forum (system) here: https://github.com/jeffreylanters/unity-promises/issues