https://github.com/unity-game-framework/ugf-module-coroutines
Module to manage coroutines run in application.
https://github.com/unity-game-framework/ugf-module-coroutines
active module
Last synced: 3 months ago
JSON representation
Module to manage coroutines run in application.
- Host: GitHub
- URL: https://github.com/unity-game-framework/ugf-module-coroutines
- Owner: unity-game-framework
- License: mit
- Created: 2019-10-10T19:09:41.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T16:40:14.000Z (over 1 year ago)
- Last Synced: 2024-08-11T17:41:23.801Z (over 1 year ago)
- Topics: active, module
- Language: C#
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# com.ugf.module.coroutines
UGF.Module.Coroutines
## Information
- **Version**: `3.0.0-preview`
- **Unity**: `2023.2`
- **API Compatibility Level**: `.NET Standard 2.1`
### Dependencies
- `com.ugf.application`: `9.0.0-preview`
- `com.ugf.coroutines`: `1.1.0`
### Description
Module to manage coroutines run in application.
### Changelog
- [Full changelog](changelog.md)
### Registry
Read about where packages stored: [Registry](https://github.com/unity-game-framework/organization/blob/main/docs/registry.md).
## How to Install
Read about how to install any packages from the `Unity Game Framework` registry: [Install Package](https://github.com/unity-game-framework/organization/blob/main/docs/install-packages.md).