From 253f8bd8cbf0693eb1d525269788cd75cf1a583a Mon Sep 17 00:00:00 2001 From: hypercross Date: Thu, 28 Aug 2025 15:15:24 +0800 Subject: [PATCH] fix: build --- .../Editor/HighlightPlusEditor.asmdef | 38 ++++++++++--------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/HighlightPlus/HighlightPlus/Editor/HighlightPlusEditor.asmdef b/HighlightPlus/HighlightPlus/Editor/HighlightPlusEditor.asmdef index 2b01ee4..6142c65 100644 --- a/HighlightPlus/HighlightPlus/Editor/HighlightPlusEditor.asmdef +++ b/HighlightPlus/HighlightPlus/Editor/HighlightPlusEditor.asmdef @@ -1,19 +1,21 @@ -{ - "name": "HighlightPlusEditor", - "rootNamespace": "", - "references": [ - "HighlightPlus", - "Unity.TextMeshPro", - "Unity.RenderPipelines.Universal.Runtime", - "Unity.RenderPipelines.Core.Runtime" - ], - "includePlatforms": [], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false +{ + "name": "HighlightPlusEditor", + "rootNamespace": "", + "references": [ + "HighlightPlus", + "Unity.TextMeshPro", + "Unity.RenderPipelines.Universal.Runtime", + "Unity.RenderPipelines.Core.Runtime" + ], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false } \ No newline at end of file