Hi,
Has anybody managed to download iTween recently? When I click on the download button nothing happens. I tried 2 different web browsers.
Hi,
Has anybody managed to download iTween recently? When I click on the download button nothing happens. I tried 2 different web browsers.
I had the same problem - the button is broken.
But I found it here. Looks great!
Thank you for your answer. As many people suggest, I have created a Plugins folder inside the Assets folder och put the iTween.cs in there. iTween is visible in the project tab. I follow a tutorial on youtube and this guy uses: iTween.MoveTo(gameObject, {“z”:-1, “time”:0.5});
I couldn’t find this syntax on iTweens homepage but I found: iTween.MoveTo(gameObject, Vector3(2,1,2), 3);
I’m not sure which one is correct for this downloaded version, so I tried both and failed in both cases, with the error message “The referenced script on this Behaviour is missing!”
What is the problem?
The 2nd syntax looks correct.
You need to have the library file in the root of Plugins (it didn’t work when I put it in a subfolder).
You need to make sure you are referring to a valid GameObject in the command’s scope.
Finally, I managed to get it to work.
I downloaded iTween and set it up according to http://www.fugutalk.com/?p=5130.
Then I moved the iTween.cs to the Plugins folder. Then it worked.
Thanks for your time.