Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: ozergul on February 02, 2016, 03:19:16 PM

Title: How Can I Animate With Code
Post by: ozergul 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?
Title: Re: How Can I Animate With Code
Post by: jgodfrey 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
Title: Re: How Can I Animate With Code
Post by: ozergul on February 02, 2016, 03:41:25 PM
Thanks for reply.
I haven't seen it.