fix: build

This commit is contained in:
hypercross 2025-08-28 15:15:24 +08:00
parent 90f1fa7ec1
commit 253f8bd8cb
1 changed files with 20 additions and 18 deletions

View File

@ -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
}