From 2cd552ef2571aebe3f7cd8ee5c2af8316aa9c66e Mon Sep 17 00:00:00 2001 From: cneicy Date: Sat, 5 Sep 2026 02:34:03 +0800 Subject: [PATCH] feat: add cross-engine runtime support --- Runtime/ShrinkNetworkAppComponent.cs | 1 - package.json | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Runtime/ShrinkNetworkAppComponent.cs b/Runtime/ShrinkNetworkAppComponent.cs index 6c4300d..7c06387 100644 --- a/Runtime/ShrinkNetworkAppComponent.cs +++ b/Runtime/ShrinkNetworkAppComponent.cs @@ -4,7 +4,6 @@ using System.Collections.Generic; using Cysharp.Threading.Tasks; using ShrinkContext; using ShrinkNetwork; -using UnityEngine; namespace ShrinkNetwork.Integration.App { diff --git a/package.json b/package.json index 6f9092c..6a563c4 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "com.cneicy.shrink-network-integration-app", - "version": "0.1.3", + "version": "0.2.0", "displayName": "ShrinkNetwork - App Integration", "description": "ShrinkNetwork 与 ShrinkApp 的桥接层,把默认网络服务纳入统一宿主服务容器。", "unity": "2022.3", "dependencies": { - "com.cneicy.shrink-network": "0.2.1", - "com.cneicy.shrink-app-core": "0.1.4", + "com.cneicy.shrink-network": "0.3.0", + "com.cneicy.shrink-app-core": "0.2.0", "com.cysharp.unitask": "2.5.10", - "com.cneicy.shrink-context-core": "0.1.0" + "com.cneicy.shrink-context-core": "0.2.0" }, "keywords": [ "network",