Hi
I bought Dotween.
I wanna to change object color with Dotween.
I added this code in start mothod:
DOTween.Init(false, false, LogBehaviour.Default);
But there is an error:
The name `DOTween' does not exist in the current context
How can I use Dotween in backend?