Skip to content

Commit bb09569

Browse files
authored
added versionDefine to set TMP support if ugui is found, too
1 parent cdf88c6 commit bb09569

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/UniTask/Assets/Plugins/UniTask/Runtime/External/TextMeshPro/UniTask.TextMeshPro.asmdef

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
"name": "com.unity.textmeshpro",
1717
"expression": "",
1818
"define": "UNITASK_TEXTMESHPRO_SUPPORT"
19+
},
20+
{
21+
"name": "com.unity.ugui",
22+
"expression": "",
23+
"define": "UNITASK_TEXTMESHPRO_SUPPORT"
1924
}
2025
],
2126
"noEngineReferences": false
22-
}
27+
}

0 commit comments

Comments
 (0)