2 Commits
Author SHA1 Message Date
cneicy 599b8e34c6 feat: add cross-engine runtime support 2026-09-05 02:33:57 +08:00
cneicy 66c70653b1 chore: release 2.1.3
Publish UPM package / publish (push) Successful in 2s
2026-08-28 04:31:03 +08:00
3 changed files with 14 additions and 4 deletions
+6
View File
@@ -2,6 +2,12 @@
本文件记录 `ShrinkDataSaver.Integration.EventBus` 这个独立 UPM 包的变更。 本文件记录 `ShrinkDataSaver.Integration.EventBus` 这个独立 UPM 包的变更。
## [2.1.3] - 2026-08-28
### Changed
- 精确依赖 `ShrinkEventBus 2.0.1`。
## [2.1.2] - 2026-08-28 ## [2.1.2] - 2026-08-28
### Changed ### Changed
+4
View File
@@ -1,7 +1,9 @@
#nullable enable #nullable enable
using ShrinkEventBus; using ShrinkEventBus;
#if UNITY_5_3_OR_NEWER
using UnityEngine; using UnityEngine;
#endif
namespace ShrinkDataSaver.Integration namespace ShrinkDataSaver.Integration
{ {
@@ -15,7 +17,9 @@ namespace ShrinkDataSaver.Integration
public static bool IsRegistered => _registered; public static bool IsRegistered => _registered;
#if UNITY_5_3_OR_NEWER
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.SubsystemRegistration)] [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.SubsystemRegistration)]
#endif
private static void ResetStaticState() private static void ResetStaticState()
{ {
Unregister(); Unregister();
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "com.cneicy.shrink-datasaver-integration-eventbus", "name": "com.cneicy.shrink-datasaver-integration-eventbus",
"version": "2.1.2", "version": "2.2.0",
"displayName": "ShrinkDataSaver - EventBus Integration", "displayName": "ShrinkDataSaver - EventBus Integration",
"description": "ShrinkDataSaver 与 ShrinkEventBus 的桥接层,自动将存档/设置事件映射到事件总线。", "description": "ShrinkDataSaver 与 ShrinkEventBus 的桥接层,自动将存档/设置事件映射到事件总线。",
"unity": "2022.3", "unity": "2022.3",
@@ -8,10 +8,10 @@
"changelogUrl": "https://git.crash.work/ShrinkSDK/ShrinkDataSaver.Integration.EventBus/src/branch/main/CHANGELOG.md", "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", "licensesUrl": "https://github.com/cneicy/ShrinkDataSaver.Integration.EventBus/blob/main/LICENSE",
"dependencies": { "dependencies": {
"com.cneicy.shrink-datasaver": "2.2.2", "com.cneicy.shrink-datasaver": "2.3.0",
"com.cneicy.shrink-context-core": "0.1.0", "com.cneicy.shrink-context-core": "0.2.0",
"com.cysharp.unitask": "2.5.10", "com.cysharp.unitask": "2.5.10",
"com.cneicy.shrink-eventbus": "2.0.0" "com.cneicy.shrink-eventbus": "2.1.0"
}, },
"keywords": [ "keywords": [
"save", "save",