4 Commits
Author SHA1 Message Date
cneicy ac2ee2df1e chore(package): align network version
Publish UPM package / publish (push) Successful in 2s
2026-08-26 12:48:34 +08:00
cneicy 00f50c1289 test(host): allow Unity test runner completion 2026-08-26 08:23:14 +08:00
cneicy df3519fa96 ci: mirror Git package dependencies 2026-08-26 07:07:05 +08:00
cneicy 91e0f5e679 test: enable standalone host discovery 2026-08-26 06:56:07 +08:00
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -31,12 +31,12 @@ jobs:
cat "$machine_id_file" > /etc/machine-id cat "$machine_id_file" > /etc/machine-id
echo "Unity machine identity restored" echo "Unity machine identity restored"
fi 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)" unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
test -n "$unity_bin" test -n "$unity_bin"
"$unity_bin" \ "$unity_bin" \
-batchmode \ -batchmode \
-nographics \ -nographics \
-quit \
-projectPath "$PWD/Development~/UnityProject" \ -projectPath "$PWD/Development~/UnityProject" \
-runTests \ -runTests \
-testPlatform EditMode \ -testPlatform EditMode \
@@ -12,5 +12,8 @@
"com.unity.test-framework": "1.1.33", "com.unity.test-framework": "1.1.33",
"com.cneicy.shrink-network-integration-eventbus": "file:../../..", "com.cneicy.shrink-network-integration-eventbus": "file:../../..",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b" "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b"
} },
"testables": [
"com.cneicy.shrink-network-integration-eventbus"
]
} }
+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "com.cneicy.shrink-network-integration-eventbus", "name": "com.cneicy.shrink-network-integration-eventbus",
"version": "0.1.1", "version": "0.1.2",
"displayName": "ShrinkNetwork - EventBus Integration", "displayName": "ShrinkNetwork - EventBus Integration",
"description": "ShrinkNetwork 与 ShrinkEventBus 2.0 的生成式桥接层,让 IShrinkEvent 网络事件可广播、裁决并在远端重新进入命名 Bus。", "description": "ShrinkNetwork 与 ShrinkEventBus 2.0 的生成式桥接层,让 IShrinkEvent 网络事件可广播、裁决并在远端重新进入命名 Bus。",
"unity": "2022.3", "unity": "2022.3",
"dependencies": { "dependencies": {
"com.cneicy.shrink-network": "0.2.0", "com.cneicy.shrink-network": "0.2.1",
"com.cneicy.shrink-context-core": "0.1.0", "com.cneicy.shrink-context-core": "0.1.0",
"com.cneicy.shrink-eventbus": "2.0.0" "com.cneicy.shrink-eventbus": "2.0.0"
}, },