Unitask and Dotween for unity

If you do async stuff, the unitask is much better than coroutine for unity. unittask github: installation github address from unity: .git?path=src/UniTask/Assets/Plugins/UniTask For using with dotween, you should install dotween at first, then install unitask, otherwise, you should go…