Promises
nl.elraccoone.promises is an OpenUPM Unity package. 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.
Install this package from the OpenUPM scoped registry with the instructions on this page, or use openupm-cli to update Packages/manifest.json.
Repository: https://github.com/jeffreylanters/unity-promises.
Owner: jeffreylanters.
Topics
Related Unity Packages
- Canvas Visualizer nl.elraccoone.canvas-visualizer
- Entity Component System nl.elraccoone.entity-component-system
- Nest Utilities Client nl.elraccoone.nest-utilities-client
- Request Review nl.elraccoone.request-review
- Timers nl.elraccoone.timers
- Web Sockets nl.elraccoone.web-sockets
For registry setup problems, see Unity scoped registry troubleshooting.