From 5d66389bd6c7e3a2e4cd7b1893c14c92a0deeddc Mon Sep 17 00:00:00 2001 From: cneicy Date: Sat, 5 Sep 2026 02:34:07 +0800 Subject: [PATCH] feat: add cross-engine runtime support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13f1eee..6acfd77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cneicy.shrink-tutorial", - "version": "0.1.4", + "version": "0.2.0", "displayName": "ShrinkTutorial", "description": "面向 Unity 的互动式新手引导系统,提供数据驱动教程、遮罩挖洞、动态锚点、步骤条件与运行时调度。", "unity": "2022.3",