Cysharp/UniTask

How to define UNITASK_DOTWEEN_SUPPORT if I'm using UniTask from NuGet?

djnjbjb opened this issue · 7 comments

Defining UNITASK_DOTWEEN_SUPPORT is needed if I want to use UniTaks with Dotween.
But if I use UniTask From NuGet (byNugetForUnity), I found that defining UNITASK_DOTWEEN_SUPPORT in Unity Project has no use. UniTask is already a DLL not source code.
How to define UNITASK_DOTWEEN_SUPPORT if I'm using UniTask from NuGet?

image

My solution is to define it this way.Hope it helps.