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

[Idea] .NET Core Player Loop #551

Open
cshunsinger opened this issue Feb 23, 2024 · 1 comment
Open

[Idea] .NET Core Player Loop #551

cshunsinger opened this issue Feb 23, 2024 · 1 comment

Comments

@cshunsinger
Copy link

cshunsinger commented Feb 23, 2024

Currently the .NET core version of UniTask is stripped of anything that utilizes a player loop.

My suggestion is this: Could there be an optional "player loop"-like mechanism added to the UniTask for .NET Core? At it's core it would just be a single thread that runs around in a loop doing something similar to what the game loop in Unity does in UniTask, but without all of the other Unity stuff.

@cshunsinger cshunsinger changed the title [Idea] . [Idea] .NET Core Player Loop Feb 23, 2024
@neuecc
Copy link
Member

neuecc commented Feb 24, 2024

My latest library R3 https://github.com/Cysharp/R3 uses FrameProvider abstraction.
The next major update, UniTask, will make a major change to the same specifications as R3.

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

2 participants