fix: build
This commit is contained in:
parent
90f1fa7ec1
commit
253f8bd8cb
|
|
@ -1,19 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "HighlightPlusEditor",
|
"name": "HighlightPlusEditor",
|
||||||
"rootNamespace": "",
|
"rootNamespace": "",
|
||||||
"references": [
|
"references": [
|
||||||
"HighlightPlus",
|
"HighlightPlus",
|
||||||
"Unity.TextMeshPro",
|
"Unity.TextMeshPro",
|
||||||
"Unity.RenderPipelines.Universal.Runtime",
|
"Unity.RenderPipelines.Universal.Runtime",
|
||||||
"Unity.RenderPipelines.Core.Runtime"
|
"Unity.RenderPipelines.Core.Runtime"
|
||||||
],
|
],
|
||||||
"includePlatforms": [],
|
"includePlatforms": [
|
||||||
"excludePlatforms": [],
|
"Editor"
|
||||||
"allowUnsafeCode": false,
|
],
|
||||||
"overrideReferences": false,
|
"excludePlatforms": [],
|
||||||
"precompiledReferences": [],
|
"allowUnsafeCode": false,
|
||||||
"autoReferenced": true,
|
"overrideReferences": false,
|
||||||
"defineConstraints": [],
|
"precompiledReferences": [],
|
||||||
"versionDefines": [],
|
"autoReferenced": true,
|
||||||
"noEngineReferences": false
|
"defineConstraints": [],
|
||||||
|
"versionDefines": [],
|
||||||
|
"noEngineReferences": false
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue