Skip to content

Commit

Permalink
update unitask
Browse files Browse the repository at this point in the history
  • Loading branch information
adarapata committed Apr 15, 2024
1 parent 7722ff0 commit d5c7b35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Assets/ScreenSystem/Runtime/Modal/LifecycleModalBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected void Close()

public UniTask OnCloseAsync(CancellationToken cancellationToken)
{
return _closeCompletionSource.Task.WithCancellation(cancellationToken);
return _closeCompletionSource.Task.AttachExternalCancellation(cancellationToken);
}

public string ModalId => _modal.Identifier;
Expand Down
4 changes: 2 additions & 2 deletions Assets/ScreenSystem/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jp.adarapata.screensystem",
"version": "0.0.6",
"version": "0.0.7",
"dependencies": {
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.1.0",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.4",
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.13.2",
"com.harumak.unityscreennavigator": "https://github.com/Haruma-K/UnityScreenNavigator.git?path=/Assets/UnityScreenNavigator#1.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.1.0",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.4",
"com.harumak.unityscreennavigator": "https://github.com/Haruma-K/UnityScreenNavigator.git?path=/Assets/UnityScreenNavigator",
"com.unity.collab-proxy": "2.0.5",
"com.unity.feature.development": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"com.cysharp.unitask": {
"version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.1.0",
"version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.4",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "52cdadc03519a86af7d80fa2f60dbe684acf247e"
"hash": "d057074f177b078e29f10dd511b54df48a8806ea"
},
"com.harumak.unityscreennavigator": {
"version": "https://github.com/Haruma-K/UnityScreenNavigator.git?path=/Assets/UnityScreenNavigator",
Expand Down

0 comments on commit d5c7b35

Please sign in to comment.