- Home /
Question by
Denon · Apr 15, 2011 at 01:01 PM ·
javascriptitween
Java wont work with iTween 2.0.44
Hi guys.
I recently get the iTween tool and its amazing!! But when I try to do things via java script like movements, rotations and other, won't work. I put the iTween.cs in the Assets/Plugins of my game project, no error show in console and everything ok, using js script dont show any error, but nothing happens in the scene too.
Thanks for the help and sorry about my english.
Comment
Can you post the code you are calling iTween with? Just saying "I've got a problem with my script" is too little information to base an answer on.
In present time I not build my script yet, I only use a simple rotation to test if the iTween function work: function update () { iTween.RotateBy(gameObject,Vector3.up/2, 2); }