3 Commits
Author SHA1 Message Date
cneicy fbba140fd6 fix(tutorial): declare JsonUtility module
Publish UPM package / publish (push) Successful in 3s
2026-08-26 11:03:32 +08:00
cneicy b2ce5637a0 test(host): allow Unity test runner completion 2026-08-26 08:23:19 +08:00
cneicy b589f2a385 ci: mirror Git package dependencies 2026-08-26 07:07:06 +08:00
3 changed files with 8 additions and 3 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 \
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.1.1
- 声明 `JsonUtility` 所需的 Unity JSON Serialize 模块,使包可在最小消费者项目中独立解析与编译。
## Unreleased
- 修复 `ClickTarget` 对 UI 目标过早在按下阶段完成的问题,改为等待指针释放并确认 EventSystem 射线真实命中目标后再过步。
+3 -2
View File
@@ -1,13 +1,14 @@
{
"name": "com.cneicy.shrink-tutorial",
"version": "0.1.0",
"version": "0.1.1",
"displayName": "ShrinkTutorial",
"description": "面向 Unity 的互动式新手引导系统,提供数据驱动教程、遮罩挖洞、动态锚点、步骤条件与运行时调度。",
"unity": "2022.3",
"dependencies": {
"com.unity.textmeshpro": "3.0.7",
"com.unity.ugui": "1.0.0",
"com.unity.modules.physics": "1.0.0"
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
"keywords": [
"tutorial",