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:

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?

Re: How Can I Animate With Code
« Reply #1 on: February 02, 2016, 03:31:03 PM »
Did you follow the 3-step installation/setup process outlined here?

http://dotween.demigiant.com/getstarted.php

Re: How Can I Animate With Code
« Reply #2 on: February 02, 2016, 03:41:25 PM »
Thanks for reply.
I haven't seen it.