added versionDefine to set TMP support if ugui is found, too

pull/600/head
Philipp Walser 2024-07-12 19:01:59 +02:00 committed by GitHub
parent cdf88c6a6a
commit bb095697f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,12 @@
"name": "com.unity.textmeshpro", "name": "com.unity.textmeshpro",
"expression": "", "expression": "",
"define": "UNITASK_TEXTMESHPRO_SUPPORT" "define": "UNITASK_TEXTMESHPRO_SUPPORT"
},
{
"name": "com.unity.ugui",
"expression": "",
"define": "UNITASK_TEXTMESHPRO_SUPPORT"
} }
], ],
"noEngineReferences": false "noEngineReferences": false
} }