Low Jiahao

Results 2 issues of Low Jiahao

Hello, I would like to ask how can I replicate this [Task.WhenAny example](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/start-multiple-async-tasks-and-process-them-as-they-complete?pivots=dotnet-6-0) with UniTask? I am having trouble with this because I kept running into `InvalidOperationException: Already continuation registered,...

Searching from google brings me to your question in [Unity Forum](https://forum.unity.com/threads/playerloop-run-in-fixedupdate.547864/) and also contains the code for PlayerLoopInterface. Copy pasting it into the submodule resolved the error. However I think...