Commit Graph

538 Commits (02c51c89785f46bd2126aa9691cc982d368d90c6)

Author SHA1 Message Date
Josh Cross 02c51c8978
Change ToCoroutine<T>().Current to T? instead of just T 2025-04-17 16:04:28 -07:00
Josh Cross 58d5cc1ca6
Update ToCoroutineEnumerator<T> to return a T from Current instead of object 2025-04-17 15:47:45 -07:00
github-actions[bot] 7c0f199fe0 feat: Update package.json to 2.5.10 2024-10-03 00:42:37 +00:00
neuecc 9a3ec31533 Merge remote-tracking branch 'origin/master' 2024-10-03 09:41:47 +09:00
neuecc 37d8f4f48e C# 8 #624 2024-10-03 09:41:30 +09:00
github-actions[bot] 27a0c06ede feat: Update package.json to 2.5.9 2024-10-01 06:16:52 +00:00
neuecc e4082ecd75 Merge remote-tracking branch 'origin/master' 2024-10-01 14:59:02 +09:00
neuecc 3b0fd784ff meta 2024-10-01 14:58:57 +09:00
neuecc dc9ebfd765 Add AsyncInstantiateOperation.WithCancellation, ToUniTask for Unity 2022.3.20/Unity 2022.3 or newer 2024-10-01 14:50:13 +09:00
github-actions[bot] 5984b67ecb feat: Update package.json to 2.5.8 2024-09-30 11:45:57 +00:00
neuecc 05fdf48058 Merge remote-tracking branch 'origin/master' 2024-09-30 20:43:06 +09:00
neuecc 0826b7e976 Add UniTask.WhenEach 2024-09-30 20:42:17 +09:00
dvsilch a51632cd4b fix: add overloads for CancellationToken 2024-09-30 10:13:29 +08:00
dvsilch bf945a7ef4 fix: rename parameters and type parameters 2024-09-30 10:11:36 +08:00
dvsilch 353f15e94f fix: add .Forget() call and rename paramters to keep coding style consistent 2024-09-27 23:45:05 +08:00
dvsilch cf19f18662 fix: typo 2024-09-27 22:57:36 +08:00
dvsilch fdb9d1cf95 feature: add overload in UniTask.UnityAction to support generic type UnityAction 2024-09-27 22:57:05 +08:00
github-actions[bot] 74bbe87b58 feat: Update package.json to 2.5.7 2024-09-26 06:24:48 +00:00
Kochoyume 06283f0ffb Add to the code that I forgot to write 2024-09-24 23:58:28 +09:00
Kochoyume dfe5ee43c2 Add overload in UniTask.WaitUntil, UniTask.WaitWhile and UniTask.Defer to avoid closure allocation 2024-09-24 23:37:44 +09:00
github-actions[bot] 83d8a2b424 feat: Update package.json to 2.5.6 2024-09-24 09:20:07 +00:00
Yoshifumi Kawai 87e164e275
Merge pull request #600 from Iblis/textmeshpro_unity6_adoptions
TextMeshPro Unity6 adoptions
2024-09-24 17:16:20 +09:00
Yoshifumi Kawai b63eb8d090
Merge pull request #610 from LucianoPC/forget-ignored-task
Forget ignored task
2024-09-24 17:14:40 +09:00
neuecc 75119acb50 Fix WaitWhile(bool cancelImmediately = true) does not work correctly
, and when cancelImmediately = true and canceled task remove Trakcking immediately
2024-09-24 17:12:50 +09:00
Luciano Prestes Cavalcanti e0465c6c2c Forget ignored task 2024-08-19 08:18:57 -03:00
Mykyta Myronenko a2f6f84bde
fix: incorrect download progress reporting 2024-08-10 19:29:54 +03:00
Ikiru Yoshizaki f057abff0f chore: remove Unity UserSettigs from git handling 2024-07-31 16:11:03 +09:00
Ikiru Yoshizaki 8560561ef3 chore: remove Layouts for Unity2022 2024-07-30 15:17:05 +09:00
Ikiru Yoshizaki 17ce06d93c chore: remove com.unity.ai.navigation as 2021.3.39f1 failed and not inuse 2024-07-30 14:07:59 +09:00
Ikiru Yoshizaki 7b810413fe fix: missing include Packages folder for Unity 2024-07-30 14:00:06 +09:00
Ikiru Yoshizaki d78c0d6c02 ci: remove garbage folder 2024-07-30 12:36:34 +09:00
Ikiru Yoshizaki d248acc7d1 chore: bump RuntimeUnitTestToolkit to 2.6.0 to adapt Unity 2022 Build API change 2024-07-30 12:34:46 +09:00
Ikiru Yoshizaki 4c0b1f753a chore: bump UniTask unity version to 2022.3.39f1 2024-07-24 20:11:26 +09:00
Philipp Walser 8d98bbc7ba
added version contraint, tmp is part of ugui since v2.0.0 2024-07-12 19:05:38 +02:00
Philipp Walser bb095697f7
added versionDefine to set TMP support if ugui is found, too 2024-07-12 19:01:59 +02:00
github-actions[bot] cdf88c6a6a feat: Update package.json to 2.5.5 2024-07-01 06:47:55 +00:00
Chelal 222b1401f5
Fix onTextSelection and onEndTextSelection stack overflow issue 2024-06-29 21:51:27 +08:00
divdeploy aa70fe5c5a chore: fix comment
Signed-off-by: divdeploy <chenguangxue@outlook.com>
2024-04-05 23:28:56 +08:00
Kochoyume 28867646b0 Fix T state as the first argument 2024-03-31 00:05:18 +09:00
Kochoyume ca60864021 Fix comment 2024-03-30 23:57:43 +09:00
Kochoyume 1e4561da22 Fix comment 2024-03-30 23:57:43 +09:00
Kochoyume 1496cc990a Fix misspelling 2024-03-30 23:57:43 +09:00
Kochoyume 7bb3bf8d0e Update UniTask.Create, Unitask.Action and UniTask.UnityAction 2024-03-30 23:57:43 +09:00
github-actions[bot] d057074f17 feat: Update package.json to 2.5.4 2024-03-28 06:22:15 +00:00
hadashiA 938ddd5356 Tweaks 2024-03-28 15:15:55 +09:00
hadashiA 911c37d4d8 Tweaks 2024-03-28 15:14:10 +09:00
hadashiA caccccb0b5 Fix timing to returning to pool 2024-03-28 15:00:41 +09:00
hadashiA a48f11d31b Fix unintended returning to pool with cancelImmediately (WaitUntil,etc) 2024-03-28 14:46:37 +09:00
hadashiA fcd93feb56 Fix unintended returning to pool with cancelImmediately (AsyncOperation) 2024-03-28 14:45:55 +09:00
hadashiA b472b23773 Fix unintended returning to pool with cancelImmediately (UniTask.Delay) 2024-03-28 14:29:30 +09:00