Files
ShrinkEventBus/package.json
T
cneicy a6011cd01d
Publish UPM package / publish (push) Successful in 2s
feat: add opt-in MonoBehaviour lifecycle weaving
2026-08-28 04:31:00 +08:00

25 lines
769 B
JSON

{
"name": "com.cneicy.shrink-eventbus",
"version": "2.0.1",
"displayName": "ShrinkEventBus",
"description": "多 Bus、特性强类型注册、UniTask 调度与低分配发布的 Unity 事件总线。",
"unity": "2022.3",
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkEventBus",
"changelogUrl": "https://git.crash.work/ShrinkSDK/ShrinkEventBus/src/branch/main/CHANGELOG.md",
"licensesUrl": "https://git.crash.work/ShrinkSDK/ShrinkEventBus/src/branch/main/LICENSE",
"dependencies": {
"com.cysharp.unitask": "2.5.10",
"com.unity.nuget.mono-cecil": "1.11.4"
},
"keywords": [
"eventbus",
"event",
"messaging",
"unitask"
],
"author": {
"name": "cneicy",
"url": "https://git.crash.work/ShrinkSDK"
}
}