From fa7897f827a4bfd4b422b0a1dcde5e1bc0f74d96 Mon Sep 17 00:00:00 2001 From: cneicy Date: Wed, 26 Aug 2026 06:56:04 +0800 Subject: [PATCH] test: enable standalone host discovery --- Development~/UnityProject/Packages/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Development~/UnityProject/Packages/manifest.json b/Development~/UnityProject/Packages/manifest.json index 92c1bb4..1272a26 100644 --- a/Development~/UnityProject/Packages/manifest.json +++ b/Development~/UnityProject/Packages/manifest.json @@ -12,5 +12,8 @@ "com.unity.test-framework": "1.1.33", "com.cneicy.shrink-datasaver-integration-eventbus": "file:../../..", "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b" - } + }, + "testables": [ + "com.cneicy.shrink-datasaver-integration-eventbus" + ] }