Reimport upgraded TextMesh Pro, modified.

This commit is contained in:
2023-02-01 22:14:43 +08:00
parent 623c53f79a
commit bd256ba1a6
293 changed files with 98622 additions and 345 deletions

View File

@@ -0,0 +1,37 @@
{
"name": "Unity.TextMeshPro.Editor",
"rootNamespace": "",
"references": [
"Unity.TextMeshPro",
"Unity.RenderPipelines.HighDefinition.Editor",
"Unity.RenderPipelines.Core.Runtime",
"Unity.RenderPipelines.HighDefinition.Runtime"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "10.7.0",
"define": "HDRP_10_7_OR_NEWER"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "11.0.0",
"define": "HDRP_11_OR_NEWER"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "12.0.0",
"define": "HDRP_12_OR_NEWER"
}
],
"noEngineReferences": false
}