Commit Graph

594 Commits (0595a4182a3f0ff9b9c3776092b3779b8ad4ba74)

Author SHA1 Message Date
Ikiru Yoshizaki 0595a4182a feat: use Cysharp/Actions for release 2022-07-26 13:10:40 +09:00
Ikiru Yoshizaki df96c119c1 chore: set timeout 2022-07-26 13:10:32 +09:00
Ikiru Yoshizaki 534f4a2588 chore: use Cysharp/Actions reusable workflow stale 2022-07-26 13:10:22 +09:00
Ikiru Yoshizaki 873485ad1a chore: IsPackable marking 2022-07-26 13:10:10 +09:00
Yoshifumi Kawai 78db78c7bd
Merge pull request #369 from nolimet/bugfix/issue#368
Fix for issue #368 UnityWebRequestException extra line in exception message
2022-06-23 17:46:29 +09:00
Jesse Stam 226e272787 Added simple check to see if there is text.
Add this so we don't add a new line we don't need.
2022-06-23 09:31:05 +02:00
neuecc 9e2163616b Merge remote-tracking branch 'origin/master' 2022-03-03 08:14:22 +09:00
neuecc 52df6fbf3f t 2022-03-03 08:14:18 +09:00
github-actions[bot] 33d32baea4 feat: Update package.json to 2.3.1 2022-03-02 23:02:44 +00:00
neuecc b0250cfe75 Merge remote-tracking branch 'origin/master' 2022-03-03 08:02:10 +09:00
neuecc 7a35f121cd build and analyzer 2022-03-03 08:02:06 +09:00
github-actions[bot] 79f1566fdb feat: Update package.json to 2.3.0 2022-03-02 22:56:07 +00:00
neuecc 364b67805d test ignore 2022-03-03 07:53:14 +09:00
neuecc 62ca0c6e92 Fix IObservable.ToUniTask does not propagate unobserved exception 2022-03-03 07:40:28 +09:00
neuecc f63212aa17 ReadMe more 2022-03-03 07:34:49 +09:00
neuecc 768fd16e60 UniTask,Run obsolete 2022-03-03 07:32:15 +09:00
neuecc 3c99010ba0 Add UniTask.WaitForEndOfFrame(MonoBehaviour), Obsolete no args. 2022-03-03 07:22:58 +09:00
neuecc 5c668717d8 Run DelayFrame on UnityEditor 2022-03-03 06:23:34 +09:00
Yoshifumi Kawai b089f74c65
Merge pull request #323 from SolidAlloy/throw-exception-fix
Fix exceptions never being reported when UniTask is executed without await and Forget()
2022-03-03 06:04:55 +09:00
Yoshifumi Kawai fcf4f21cc1
Merge pull request #300 from satanabe1/fix-bad_image_format_exception
Fix BadImageFormatException when StackTrace captured on UniTaskTracker
2022-03-03 05:34:07 +09:00
Yoshifumi Kawai ee2fd3e91d
Merge pull request #280 from yellowisher/master
[DoTween]: fix "AwaitFor~" extensions ignore original callback
2022-03-03 05:31:33 +09:00
Yoshifumi Kawai 27604496ca
Merge pull request #327 from cjaligaga/patch-1
Update README.md
2022-02-08 10:42:27 +09:00
cjaligaga 0d01034a57
Update README.md
grammar correction to avoid confusion
2021-11-09 13:00:26 +08:00
neuecc 50a67d8f41 r 2021-10-26 19:48:28 +09:00
Yoshifumi Kawai 2a23a85cdd
Update README.md 2021-10-26 00:31:02 +09:00
Yoshifumi Kawai e127d9976e
Update README.md 2021-10-25 22:51:58 +09:00
Artem Perepelitsa c31b78e45e Add a unit test to verify that an unawaited task reports exceptions 2021-10-16 12:18:52 +03:00
Artem Perepelitsa b6b0b4000d Add unobserved task exception publishing if an exception inside ExceptionResultSource is never thrown 2021-10-16 11:55:30 +03:00
neuecc 69be818a46 AnalyzeSymbol -> AnalyzeOperation 2021-08-27 16:51:39 +09:00
neuecc a1dee8b54f add experimental analyzer 2021-08-27 16:44:05 +09:00
Yoshifumi Kawai 4f6166102d
Merge pull request #285 from Cysharp/chore/xml
chore: add intellisense xml to nuget
2021-07-27 06:26:56 +09:00
Yoshifumi Kawai 6b1d2c231a
Merge pull request #284 from Cysharp/chore/setup_dotnet
chore: remove setup-dotnet
2021-07-27 06:26:47 +09:00
watanabe_satoshi 0715dd31bf fix BadImageFormatException 2021-07-05 18:41:31 +09:00
Ikiru Yoshizaki 26dbfa3655 chore: add intellisense xml to nuget 2021-05-24 14:38:36 +09:00
Ikiru Yoshizaki 6ac55e37a1 chore: remove setup-dotnet 2021-05-24 11:01:36 +09:00
Yoshifumi Kawai 60bfbae787
Update package.json 2021-05-11 10:07:23 +09:00
yellowisher fc9ddeb15c Fix typo 2021-05-08 14:40:02 +09:00
yellowisher dfe18d11ff [DoTween]: call original complete callback as well 2021-05-08 14:39:26 +09:00
Yoshifumi Kawai 958a8e11ab
Merge pull request #266 from oktomus/patch-1
Fix wording and code instructions for -batchmode usage
2021-04-21 16:51:30 +09:00
Kevin Masson 257186313b
Fix wording and code instructions for -batchmode usage
`Environment.Exit(0)` didn't work for me, the process was still running. `EditorApplication.Exit(0);` works and kills the `Unity Editor` process correctly.
2021-04-20 14:31:16 +02:00
Ikiru Yoshizaki 5bd508b31c shore: skip ci supported by default 2021-04-19 18:47:10 +09:00
Yoshifumi Kawai 9e18ba332e
Update README.md 2021-04-18 11:26:35 +09:00
Yoshifumi Kawai 946b9003f0
Update README.md 2021-04-13 19:03:58 +09:00
Yoshifumi Kawai ffa55becf3
Update README.md 2021-04-13 14:09:32 +09:00
github-actions[bot] 72e620d169 feat: Update package.json to 2.2.5 2021-04-06 04:33:51 +00:00
github-actions[bot] 10ebddf892 Revert "feat: Update package.json to 2.2.5"
This reverts commit 4fc9ca315e.
2021-04-06 13:33:09 +09:00
neuecc c51e45ee21 Merge remote-tracking branch 'origin/master' 2021-04-06 13:32:36 +09:00
neuecc 6968faf35b remove remove 2021-04-06 13:32:31 +09:00
github-actions[bot] 4fc9ca315e feat: Update package.json to 2.2.5 2021-04-06 04:24:55 +00:00
neuecc aaf1c0eaa1 assembly signed 2021-04-06 13:23:56 +09:00