mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-16 20:20:45 +00:00
remove legacy UniTask(occurs many compile error)
This commit is contained in:
@@ -8,14 +8,6 @@ namespace UniRx.Async
|
||||
{
|
||||
// UnityEngine Bridges.
|
||||
|
||||
public partial struct UniTask2
|
||||
{
|
||||
public static IEnumerator ToCoroutine(Func<UniTask2> taskFactory)
|
||||
{
|
||||
return taskFactory().ToCoroutine();
|
||||
}
|
||||
}
|
||||
|
||||
public partial struct UniTask
|
||||
{
|
||||
public static IEnumerator ToCoroutine(Func<UniTask> taskFactory)
|
||||
|
||||
Reference in New Issue
Block a user