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

This commit is contained in:
Philipp Walser
2024-07-12 19:01:59 +02:00
committed by GitHub
parent cdf88c6a6a
commit bb095697f7

View File

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