程序集AssemblyDefine增加对UniTask textmeshpro和dotween的拓展

程序集AssemblyDefine增加对UniTask textmeshpro和dotween的拓展
This commit is contained in:
ALEXTANG
2023-08-25 14:50:20 +08:00
parent fa870b6228
commit 54214cdd0b
2 changed files with 11 additions and 1 deletions

View File

@@ -41,6 +41,16 @@
"name": "com.unity.modules.particlesystem",
"expression": "",
"define": "UNITASK_PARTICLESYSTEM_SUPPORT"
},
{
"name": "com.unity.textmeshpro",
"expression": "",
"define": "UNITASK_TEXTMESHPRO_SUPPORT"
},
{
"name": "com.demigiant.dotween",
"expression": "",
"define": "UNITASK_DOTWEEN_SUPPORT"
}
],
"noEngineReferences": false

View File

@@ -1,6 +1,6 @@
// asmdef Version Defines, enabled when com.demigiant.dotween is imported.
#if UNITASK_DOTWEEN_SUPPORT
#if true || UNITASK_DOTWEEN_SUPPORT
using Cysharp.Threading.Tasks.Internal;
using DG.Tweening;