6 Commits
Author SHA1 Message Date
cneicy 66c70653b1 chore: release 2.1.3
Publish UPM package / publish (push) Successful in 2s
2026-08-28 04:31:03 +08:00
cneicy af4b838c25 chore(release): 发布 v2.1.2
Publish UPM package / publish (push) Successful in 2s
2026-08-28 03:44:10 +08:00
cneicy 1486894f52 chore(package): align data saver version
Publish UPM package / publish (push) Successful in 2s
2026-08-26 12:48:34 +08:00
cneicy 320397c092 test(host): allow Unity test runner completion 2026-08-26 08:22:56 +08:00
cneicy df7a0d68fe ci: mirror Git package dependencies 2026-08-26 07:07:02 +08:00
cneicy fa7897f827 test: enable standalone host discovery 2026-08-26 06:56:04 +08:00
4 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -31,12 +31,12 @@ jobs:
cat "$machine_id_file" > /etc/machine-id
echo "Unity machine identity restored"
fi
git config --global url."https://ghfast.top/https://github.com/".insteadOf "https://github.com/"
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
test -n "$unity_bin"
"$unity_bin" \
-batchmode \
-nographics \
-quit \
-projectPath "$PWD/Development~/UnityProject" \
-runTests \
-testPlatform EditMode \
+12
View File
@@ -2,6 +2,18 @@
本文件记录 `ShrinkDataSaver.Integration.EventBus` 这个独立 UPM 包的变更。
## [2.1.3] - 2026-08-28
### Changed
- 精确依赖 `ShrinkEventBus 2.0.1`
## [2.1.2] - 2026-08-28
### Changed
- 精确依赖 `ShrinkDataSaver 2.2.2`
## [2.1.0] - 2026-05-18
### Changed
@@ -12,5 +12,8 @@
"com.unity.test-framework": "1.1.33",
"com.cneicy.shrink-datasaver-integration-eventbus": "file:../../..",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b"
}
},
"testables": [
"com.cneicy.shrink-datasaver-integration-eventbus"
]
}
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "com.cneicy.shrink-datasaver-integration-eventbus",
"version": "2.1.0",
"version": "2.1.3",
"displayName": "ShrinkDataSaver - EventBus Integration",
"description": "ShrinkDataSaver 与 ShrinkEventBus 的桥接层,自动将存档/设置事件映射到事件总线。",
"unity": "2022.3",
@@ -8,10 +8,10 @@
"changelogUrl": "https://git.crash.work/ShrinkSDK/ShrinkDataSaver.Integration.EventBus/src/branch/main/CHANGELOG.md",
"licensesUrl": "https://github.com/cneicy/ShrinkDataSaver.Integration.EventBus/blob/main/LICENSE",
"dependencies": {
"com.cneicy.shrink-datasaver": "2.2.0",
"com.cneicy.shrink-datasaver": "2.2.2",
"com.cneicy.shrink-context-core": "0.1.0",
"com.cysharp.unitask": "2.5.10",
"com.cneicy.shrink-eventbus": "2.0.0"
"com.cneicy.shrink-eventbus": "2.0.1"
},
"keywords": [
"save",