From 0dfdcca9ba6f496e80ae200c5c2f769e86b267ae Mon Sep 17 00:00:00 2001 From: cneicy Date: Wed, 26 Aug 2026 06:48:31 +0800 Subject: [PATCH] fix(workspace): pin UniTask consumer source --- Packages/manifest.json | 2 +- Packages/packages-lock.json | 4 ++-- Tools/UpmConsumerValidation/Validate-UpmConsumer.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 91d7053..a43f600 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,6 +1,6 @@ { "dependencies": { - "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", + "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b", "com.gamebooom.unity.mcp": "https://github.com/FunplayAI/funplay-unity-mcp.git", "com.unity.collab-proxy": "2.12.4", "com.unity.entities": "1.0.11", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 28b252a..49156cc 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,11 +1,11 @@ { "dependencies": { "com.cysharp.unitask": { - "version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", + "version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b", "depth": 0, "source": "git", "dependencies": {}, - "hash": "a9e27c03d411d2fca01cc7410c24c97cd77cb539" + "hash": "7c0f199fe0d3fc528024488ccd671e6c7b27745b" }, "com.gamebooom.unity.mcp": { "version": "https://github.com/FunplayAI/funplay-unity-mcp.git", diff --git a/Tools/UpmConsumerValidation/Validate-UpmConsumer.ps1 b/Tools/UpmConsumerValidation/Validate-UpmConsumer.ps1 index cdabf1b..36ae671 100644 --- a/Tools/UpmConsumerValidation/Validate-UpmConsumer.ps1 +++ b/Tools/UpmConsumerValidation/Validate-UpmConsumer.ps1 @@ -179,7 +179,7 @@ if (Test-Path -LiteralPath $consumerRoot) { New-Item -ItemType Directory -Path $packagesPath, $assetsEditorPath, $projectSettingsPath -Force | Out-Null $dependencies = [ordered]@{ - 'com.cysharp.unitask' = 'https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask' + 'com.cysharp.unitask' = 'https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b' 'com.unity.nuget.newtonsoft-json' = '3.2.2' 'com.unity.test-framework' = '1.1.33' 'com.unity.textmeshpro' = '3.0.7'