Skip to content

Commit 87e164e

Browse files
authored
Merge pull request #600 from Iblis/textmeshpro_unity6_adoptions
TextMeshPro Unity6 adoptions
2 parents b63eb8d + 8d98bbc commit 87e164e

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": "2.0.0",
23+
"define": "UNITASK_TEXTMESHPRO_SUPPORT"
1924
}
2025
],
2126
"noEngineReferences": false
22-
}
27+
}

0 commit comments

Comments
 (0)