Commit Graph

  • c01f3096db
    Merge d9f55b40a5 into b0d01ca75f Masatake Iwasaki 2024-12-13 08:02:45 +0100
  • b0d01ca75f
    Merge pull request #641 from hmkc/dev master Yoshifumi Kawai 2024-12-12 16:35:32 +0900
  • 7a63ab7088 Update README_CN.md hmkc 2024-12-11 17:13:32 +0800
  • 9ec13907ad Merge branch 'master' into dev hmkc 2024-12-11 16:50:28 +0800
  • efe09e97f2 重新翻译 hmkc 2024-12-11 16:47:10 +0800
  • fa5bb63f17 deploy: bdf102f145 gh-pages neuecc 2024-12-09 11:20:24 +0000
  • bdf102f145
    Merge pull request #639 from hmkc/dev Yoshifumi Kawai 2024-12-09 20:18:43 +0900
  • 41cea030ab Update README_CN.md hmkc 2024-12-09 18:39:08 +0800
  • 936b224b2b WIP reuse and cancellation v2.5.11 neuecc 2024-10-25 11:51:55 +0900
  • 11d7e8b4f4 Fix null pointer exceptions after resuming Unity from iOS Marquis McCann 2024-10-22 14:51:45 -0400
  • f9fd769be7
    Update README.md Yoshifumi Kawai 2024-10-09 14:46:23 +0900
  • 579304fe47 chore(docs): update TOC neuecc 2024-10-08 14:02:41 +0000
  • 740ca7ef01
    Awaitable notes Yoshifumi Kawai 2024-10-08 23:02:26 +0900
  • d9f55b40a5 Add overload in Progress.Create, Progress.CreateOnlyValueChanged to avoid closure allocation Kochoyume 2024-10-06 12:42:57 +0900
  • 7c0f199fe0 feat: Update package.json to 2.5.10 2.5.10 github-actions[bot] 2024-10-03 00:42:37 +0000
  • 9a3ec31533 Merge remote-tracking branch 'origin/master' neuecc 2024-10-03 09:41:47 +0900
  • 37d8f4f48e C# 8 #624 neuecc 2024-10-03 09:41:30 +0900
  • 27a0c06ede feat: Update package.json to 2.5.9 2.5.9 github-actions[bot] 2024-10-01 06:16:52 +0000
  • e4082ecd75 Merge remote-tracking branch 'origin/master' neuecc 2024-10-01 14:59:02 +0900
  • 3b0fd784ff meta neuecc 2024-10-01 14:58:57 +0900
  • dc9ebfd765 Add AsyncInstantiateOperation.WithCancellation, ToUniTask for Unity 2022.3.20/Unity 2022.3 or newer neuecc 2024-10-01 14:50:13 +0900
  • 005c83fbd7
    Merge pull request #623 from Cysharp/feature/ci Yoshifumi Kawai 2024-10-01 10:44:30 +0900
  • b6d37a6ca1 deploy: 05fdf48058 neuecc 2024-09-30 11:46:46 +0000
  • 5984b67ecb feat: Update package.json to 2.5.8 2.5.8 github-actions[bot] 2024-09-30 11:45:57 +0000
  • 05fdf48058 Merge remote-tracking branch 'origin/master' neuecc 2024-09-30 20:43:06 +0900
  • 647ed6ff82
    Merge pull request #621 from dvsilch/master Yoshifumi Kawai 2024-09-30 20:42:57 +0900
  • 0826b7e976 Add UniTask.WhenEach neuecc 2024-09-30 20:42:17 +0900
  • a51632cd4b fix: add overloads for CancellationToken dvsilch 2024-09-30 10:13:29 +0800
  • bf945a7ef4 fix: rename parameters and type parameters dvsilch 2024-09-30 10:10:35 +0800
  • 353f15e94f fix: add .Forget() call and rename paramters to keep coding style consistent dvsilch 2024-09-27 23:43:16 +0800
  • cf19f18662 fix: typo dvsilch 2024-09-27 22:57:36 +0800
  • fdb9d1cf95 feature: add overload in UniTask.UnityAction to support generic type UnityAction dvsilch 2024-09-27 22:57:05 +0800
  • 2e0917428b
    Merge pull request #620 from albermotion/master Yoshifumi Kawai 2024-09-27 09:48:04 +0900
  • 0b16005f4b Added a note for users using Unity 2023.1 or newer Alberto 2024-09-26 22:33:37 +0200
  • 74bbe87b58 feat: Update package.json to 2.5.7 2.5.7 github-actions[bot] 2024-09-26 06:24:48 +0000
  • f114190270 deploy: 6f4131539b neuecc 2024-09-26 03:54:33 +0000
  • 6f4131539b
    Merge pull request #619 from kochounoyume/add-state-argument Yoshifumi Kawai 2024-09-26 12:52:56 +0900
  • 06283f0ffb Add to the code that I forgot to write Kochoyume 2024-09-24 23:58:28 +0900
  • dfe5ee43c2 Add overload in UniTask.WaitUntil, UniTask.WaitWhile and UniTask.Defer to avoid closure allocation Kochoyume 2024-09-24 23:37:44 +0900
  • eaa553dc83 ci: remove Unity 2021 LTS from Build matrix Ikiru Yoshizaki 2024-09-24 18:30:54 +0900
  • 83d8a2b424 feat: Update package.json to 2.5.6 2.5.6 github-actions[bot] 2024-09-24 09:20:07 +0000
  • 4d204e4aa6
    Update build-debug.yml Yoshifumi Kawai 2024-09-24 17:49:34 +0900
  • 87e164e275
    Merge pull request #600 from Iblis/textmeshpro_unity6_adoptions Yoshifumi Kawai 2024-09-24 17:16:20 +0900
  • 727ba722cf deploy: 75119acb50 neuecc 2024-09-24 08:14:46 +0000
  • b63eb8d090
    Merge pull request #610 from LucianoPC/forget-ignored-task Yoshifumi Kawai 2024-09-24 17:14:40 +0900
  • 75119acb50 Fix WaitWhile(bool cancelImmediately = true) does not work correctly neuecc 2024-09-24 17:12:50 +0900
  • f7b3c2fbe1 ci: update release unity version to 2022.3.39f1 [skip ci] Ikiru Yoshizaki 2024-09-18 17:05:55 +0900
  • b317ecfa01 ci: set max-parallel to restrict up to 2 run [skip ci] Ikiru Yoshizaki 2024-09-18 16:27:33 +0900
  • 7b05569ef7 ci: single job Ikiru Yoshizaki 2024-08-01 00:44:28 +0900
  • e0465c6c2c Forget ignored task Luciano Prestes Cavalcanti 2024-08-19 08:18:57 -0300
  • 6700fa3f28 deploy: 9057452c86 neuecc 2024-08-14 10:55:37 +0000
  • 9057452c86
    Merge pull request #607 from Redpenguine/master Yoshifumi Kawai 2024-08-14 19:54:15 +0900
  • a2f6f84bde
    fix: incorrect download progress reporting Mykyta Myronenko 2024-08-10 19:29:54 +0300
  • f057abff0f chore: remove Unity UserSettigs from git handling Ikiru Yoshizaki 2024-07-31 16:11:03 +0900
  • c61a7d9961
    Merge pull request #605 from Cysharp/dependabot/github_actions/peaceiris/actions-gh-pages-4 Ikiru Yoshizaki 2024-07-30 17:09:56 +0900
  • 9587f2eeec
    Merge pull request #606 from Cysharp/dependabot/github_actions/technote-space/toc-generator-4.3.1 Ikiru Yoshizaki 2024-07-30 17:09:49 +0900
  • 550784f31c ci: check not dependabot Ikiru Yoshizaki 2024-07-30 17:07:43 +0900
  • 11b3282b3d ci: Don't allow dependabot to run Unity CI Ikiru Yoshizaki 2024-07-30 17:01:09 +0900
  • 0c28a390c1 deploy: 1827be2de7 guitarrapc 2024-07-30 06:43:09 +0000
  • b2532b0798
    chore(deps): bump technote-space/toc-generator from 2.4.0 to 4.3.1 dependabot[bot] 2024-07-30 06:42:27 +0000
  • 4fc41ecb17
    chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 dependabot[bot] 2024-07-30 06:42:24 +0000
  • e52663cef6
    Merge pull request #570 from Cysharp/ci/dependabot Ikiru Yoshizaki 2024-07-30 15:41:57 +0900
  • 1827be2de7
    Merge pull request #603 from Cysharp/feature/test Ikiru Yoshizaki 2024-07-30 15:41:47 +0900
  • 8560561ef3 chore: remove Layouts for Unity2022 Ikiru Yoshizaki 2024-07-30 15:17:05 +0900
  • 2019f1fa7f ci: update CI Unity Ikiru Yoshizaki 2024-07-30 15:16:54 +0900
  • 9e2265d148 ci: split job for build and test Ikiru Yoshizaki 2024-07-30 14:46:59 +0900
  • 9d02279822 ci: extend Unity Build timeout to 20m Ikiru Yoshizaki 2024-07-30 14:25:31 +0900
  • 17ce06d93c chore: remove com.unity.ai.navigation as 2021.3.39f1 failed and not inuse Ikiru Yoshizaki 2024-07-30 14:07:59 +0900
  • 7b810413fe fix: missing include Packages folder for Unity Ikiru Yoshizaki 2024-07-30 14:00:06 +0900
  • d78c0d6c02 ci: remove garbage folder Ikiru Yoshizaki 2024-07-30 12:36:28 +0900
  • d248acc7d1 chore: bump RuntimeUnitTestToolkit to 2.6.0 to adapt Unity 2022 Build API change Ikiru Yoshizaki 2024-07-30 12:34:42 +0900
  • 4c0b1f753a chore: bump UniTask unity version to 2022.3.39f1 Ikiru Yoshizaki 2024-07-24 20:11:26 +0900
  • 7bb6feda55 chore: switch to src/UniTask/*.cproj Ikiru Yoshizaki 2024-07-24 20:10:17 +0900
  • f8a501290a chore: upload Ikiru Yoshizaki 2024-07-24 20:07:48 +0900
  • cb497c9eb5 ci: bump Unity version to LTS, Unity Unit Test with LTS. Ikiru Yoshizaki 2024-07-24 18:59:07 +0900
  • 342a37a074 ci: add strategy.fail-fast: false Ikiru Yoshizaki 2024-07-24 17:44:49 +0900
  • c3146ec74f ci: change Unit Test to IL2CPP Ikiru Yoshizaki 2024-07-24 17:24:01 +0900
  • df16813fae ci: bump actions/checkout@v3 -> v4 Ikiru Yoshizaki 2024-07-24 17:22:28 +0900
  • 8d98bbc7ba
    added version contraint, tmp is part of ugui since v2.0.0 Philipp Walser 2024-07-12 19:05:38 +0200
  • bb095697f7
    added versionDefine to set TMP support if ugui is found, too Philipp Walser 2024-07-12 19:01:59 +0200
  • cdf88c6a6a feat: Update package.json to 2.5.5 2.5.5 github-actions[bot] 2024-07-01 06:47:55 +0000
  • 0d37fec00b deploy: 4eee2c9270 neuecc 2024-07-01 06:46:54 +0000
  • 4eee2c9270
    Merge pull request #599 from xfvvvv/patch-1 Yoshifumi Kawai 2024-07-01 15:45:30 +0900
  • 222b1401f5
    Fix onTextSelection and onEndTextSelection stack overflow issue Chelal 2024-06-29 21:51:27 +0800
  • b3218fe8fb deploy: fbe0bf8515 guitarrapc 2024-04-30 05:38:25 +0000
  • fbe0bf8515
    Merge pull request #579 from Cysharp/feature/artifact Ikiru Yoshizaki 2024-04-30 14:36:53 +0900
  • 626685292c ci: set upload-artifact retention-period: 1 Ikiru Yoshizaki 2024-04-30 14:06:49 +0900
  • 67794f5cdd ci: change upload-artifact & download-artifact to Cysharp/Actions Ikiru Yoshizaki 2024-04-30 12:43:17 +0900
  • 97f0c7a62b feat: add animator extensions DESKTOP-2DOE206\Dexsper 2024-04-26 03:01:28 +0600
  • 996a2cfa5b feat: add Localization extensions DESKTOP-2DOE206\Dexsper 2024-04-26 01:32:57 +0600
  • 2e225fb841
    Merge pull request #571 from Cysharp/feature/secret Mayuki Sawatari 2024-04-17 18:29:49 +0900
  • 935523f25c feat: change load secret from op Ikiru Yoshizaki 2024-04-17 16:09:55 +0900
  • 3b3f7ebd3e ci: add depndabot.yaml to update github-actions Ikiru Yoshizaki 2024-04-16 12:14:52 +0900
  • db36348997 Exception not prompted when using UniTask lengyue 2024-04-12 00:20:06 +0800
  • 1895a271b7 Exception not prompted when using UniTask lengyue 2024-04-12 00:00:42 +0800
  • 9d34570020 deploy: 88ecfa2992 neuecc 2024-04-08 08:04:36 +0000
  • 88ecfa2992
    Merge pull request #565 from divdeploy/master Yoshifumi Kawai 2024-04-08 17:03:08 +0900
  • aa70fe5c5a chore: fix comment divdeploy 2024-04-05 23:28:56 +0800
  • a79d936cb8 deploy: 0c8057c668 neuecc 2024-04-05 04:32:05 +0000
  • 0c8057c668
    Merge pull request #538 from kochounoyume/argument-allowed-factory Yoshifumi Kawai 2024-04-05 13:30:39 +0900