chore: initialize standalone UPM package
Publish UPM package / publish (push) Failing after 1s

This commit is contained in:
2026-08-26 02:49:58 +08:00
commit 6eebb8e8e4
50 changed files with 3458 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "com.cneicy.shrink-context-core",
"version": "0.1.0",
"displayName": "ShrinkContext Core",
"description": "Cordis 时空可组合性范式的 Unity/C# 原型核心:可逆效应追踪、响应式余效应与组件纤程生命周期。",
"unity": "2022.3",
"dependencies": {
"com.cysharp.unitask": "2.5.10"
},
"keywords": [
"context",
"composability",
"effect",
"coeffect",
"fiber",
"cordis"
],
"author": {
"name": "cneicy",
"url": "https://git.crash.work/ShrinkSDK"
},
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkContext.Core"
}