From fda9f4be600e2ce000ad42e2376b90c1de3dfd87 Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Thu, 27 Jan 2022 23:16:43 +0800 Subject: [PATCH] Add "Main" to dependencies of Tests package --- Assets/Tests/Tests.asmdef | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Tests/Tests.asmdef b/Assets/Tests/Tests.asmdef index d0dd03f..a1a4824 100644 --- a/Assets/Tests/Tests.asmdef +++ b/Assets/Tests/Tests.asmdef @@ -9,7 +9,8 @@ "LeanGUI", "Unity.TextMeshPro", "AsyncImageLoader.Runtime", - "Better" + "Better", + "Main" ], "includePlatforms": [], "excludePlatforms": [],