1
DOTween & DOTween Pro / How Can I Animate With Code
« on: February 02, 2016, 03:19:16 PM »
Hi
I bought Dotween.
I wanna to change object color with Dotween.
I added this code in start mothod:
But there is an error:
How can I use Dotween in backend?
I bought Dotween.
I wanna to change object color with Dotween.
I added this code in start mothod:
Code: [Select]
DOTween.Init(false, false, LogBehaviour.Default);
But there is an error:
Quote
The name `DOTween' does not exist in the current context
How can I use Dotween in backend?