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 |
Yoshifumi Kawai
|
4eee2c9270
|
Merge pull request #599 from xfvvvv/patch-1
Fix onTextSelection and onEndTextSelection stack overflow issue
|
2024-07-01 15:45:30 +09:00 |
Chelal
|
222b1401f5
|
Fix onTextSelection and onEndTextSelection stack overflow issue
|
2024-06-29 21:51:27 +08:00 |
Ikiru Yoshizaki
|
fbe0bf8515
|
Merge pull request #579 from Cysharp/feature/artifact
ci: change upload-artifact & download-artifact to Cysharp/Actions
|
2024-04-30 14:36:53 +09:00 |
Ikiru Yoshizaki
|
626685292c
|
ci: set upload-artifact retention-period: 1
|
2024-04-30 14:06:49 +09:00 |
Ikiru Yoshizaki
|
67794f5cdd
|
ci: change upload-artifact & download-artifact to Cysharp/Actions
|
2024-04-30 12:43:17 +09:00 |
Mayuki Sawatari
|
2e225fb841
|
Merge pull request #571 from Cysharp/feature/secret
feat: change load secret from op
|
2024-04-17 18:29:49 +09:00 |
Ikiru Yoshizaki
|
935523f25c
|
feat: change load secret from op
|
2024-04-17 16:09:55 +09:00 |
Ikiru Yoshizaki
|
3b3f7ebd3e
|
ci: add depndabot.yaml to update github-actions
|
2024-04-16 12:14:52 +09:00 |
Yoshifumi Kawai
|
88ecfa2992
|
Merge pull request #565 from divdeploy/master
chore: fix comment
|
2024-04-08 17:03:08 +09:00 |
divdeploy
|
aa70fe5c5a
|
chore: fix comment
Signed-off-by: divdeploy <chenguangxue@outlook.com>
|
2024-04-05 23:28:56 +08:00 |
Yoshifumi Kawai
|
0c8057c668
|
Merge pull request #538 from kochounoyume/argument-allowed-factory
Factory method allowed argument
|
2024-04-05 13:30:39 +09: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
|
b724a2aa84
|
Merge pull request #557 from Cysharp/hadashiA/fix-cancel-immediate
Fix unintended returning to pool with cancelImmediately
|
2024-03-28 15:21:40 +09: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 |
Yoshifumi Kawai
|
01c8fada1f
|
Merge pull request #542 from Cysharp/feature/new_release
ci: Cysharp/Actions/.github/workflows/create-release.yaml
|
2024-03-25 18:30:50 +09:00 |
Ikiru Yoshizaki
|
10cd137126
|
ci: Cysharp/Actions/.github/workflows/create-release.yaml
|
2024-02-07 21:04:48 +09:00 |
Yoshifumi Kawai
|
809d23edae
|
Merge pull request #541 from TORISOUP/fix_ToArray
Optimization of ToArray in Merge method
|
2024-02-04 23:19:47 +09:00 |
TORISOUP
|
d38731bc44
|
fix call ToArray
|
2024-02-04 20:51:21 +09:00 |
github-actions[bot]
|
64792b672d
|
feat: Update package.json to 2.5.3
|
2024-01-25 12:52:16 +00:00 |
neuecc
|
3892cc2299
|
Merge branch 'master' of https://github.com/Cysharp/UniTask
|
2024-01-25 21:51:45 +09:00 |
neuecc
|
5bfccaa3b6
|
autoReleaseWhenCancelled -> autoReleaseWhenCanceled
|
2024-01-25 21:51:40 +09:00 |
github-actions[bot]
|
b49b7332bb
|
feat: Update package.json to 2.5.2
|
2024-01-25 11:43:24 +00:00 |
neuecc
|
08184af737
|
simplify UNITASK define
|
2024-01-25 20:42:42 +09:00 |
Yoshifumi Kawai
|
0ef6c59385
|
Merge pull request #535 from kochounoyume/valuetask-error-netframework
UniTask does not work in .NET Framework environment after adding UniTask.AsValueTask
|
2024-01-25 20:26:21 +09:00 |
Yoshifumi Kawai
|
4b0bd3b509
|
Merge pull request #536 from Cysharp/hadashiA/release-handle
Fix "Release handle when cancellation is requested"
|
2024-01-25 20:26:13 +09:00 |
Kochoyume
|
9a4720d180
|
Fix:Addressed generic parameter attributes error in the .Net Framework
|
2024-01-25 20:05:45 +09:00 |
hadashiA
|
b99646558c
|
Add a flag autoReleaseWhenCancelled to addressable extensionhs
|
2024-01-25 19:03:00 +09:00 |
hadashiA
|
ee12dd9ae7
|
Fix omissions in Addressable.Release and IsValid checks
|
2024-01-25 17:47:06 +09:00 |
Kochoyume
|
006e0f2c81
|
Revert "Fix conditional compilation to work with .NET Framework"
This reverts commit 7d31299b5c .
|
2024-01-25 16:16:01 +09:00 |
Kochoyume
|
7d31299b5c
|
Fix conditional compilation to work with .NET Framework
|
2024-01-25 01:02:57 +09:00 |
Yoshifumi Kawai
|
fe8bf834e6
|
Update README.md
|
2024-01-24 10:47:31 +09:00 |
github-actions[bot]
|
5843258e8c
|
feat: Update package.json to 2.5.1
|
2024-01-24 01:44:21 +00:00 |
Yoshifumi Kawai
|
6cd002645e
|
Merge pull request #533 from doyasu24/feature/add-unitask-asvaluetask-for-unity
add UniTask.AsValueTask for Unity
|
2024-01-24 10:41:39 +09:00 |
doyasu24
|
4fe0861714
|
fix: use UNITY_2018_3_OR_NEWER instead of UNITY_2018_1_OR_NEWER
|
2024-01-19 23:42:17 +09:00 |
doyasu24
|
fbbba061dd
|
ValueTask is available in Unity 2021_2_OR_NEWER or .NET Core
|
2024-01-19 23:40:28 +09:00 |
doyasu24
|
81f2e37ea5
|
add UniTask.AsValueTask for Unity
|
2024-01-19 00:29:21 +09:00 |
Yoshifumi Kawai
|
66de0d3a58
|
Merge pull request #519 from Cysharp/guitarrapc-patch-1
Use Cysharp/Actions/setup-dotnet default version
|
2024-01-12 15:34:54 +09:00 |
Yoshifumi Kawai
|
beb10abbf7
|
Merge pull request #524 from Saismirk/master
Fixed typo in TimeoutWithoutException summary.
|
2024-01-12 15:22:35 +09:00 |