Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on UniTask #215

Open
jasonboukheir opened this issue Jun 19, 2023 · 0 comments
Open

Remove dependency on UniTask #215

jasonboukheir opened this issue Jun 19, 2023 · 0 comments
Milestone

Comments

@jasonboukheir
Copy link
Member

Instead of using UniTask to handle asynchronous code, state machines implementing IEnumerator should be used for a low-level API. This allows developers to handle the waiting logic themselves however they want to, without requiring 3rd-party dependencies.

If developers want to use unitask, they can, by using the IEnumerator. If developers want to use coroutines, they can.

@jasonboukheir jasonboukheir added this to the Version 6.0.0 milestone Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant