johnatm / itween

Automatically exported from code.google.com/p/itween
1 stars 2 forks source link

iTween 2_0_32 RetrieveArgs and LateUpdate error #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Add a Unity Cube to the Scene
2. do a iTween.MoveTo in any direction
3. Something like iTween.MoveTo(myCube, new Vector3(2,0,0),1); or 
iTween.MoveTo(myCube, iTween.Hash("time", 1, "x", 2));

The expected output would be the cube (centered at 0,0,0) moving to (2,0,0). 
Instead it throws repeated errors and cube does not move. See image attached.

I am using iTween 2_0_32 C# with Unity3 Pro, on Windows 7 64bit

Original issue reported on code.google.com by KJSebest...@gmail.com on 8 Oct 2010 at 1:58

GoogleCodeExporter commented 8 years ago
This issue was resolved. Please ignore it.

Original comment by KJSebest...@gmail.com on 8 Oct 2010 at 2:07

GoogleCodeExporter commented 8 years ago
Resolved as stated by issue notifier

Original comment by pixelplacement on 12 Oct 2010 at 1:12

GoogleCodeExporter commented 8 years ago
How was this issue resolved?

Original comment by fractal....@gmail.com on 29 May 2011 at 10:46

GoogleCodeExporter commented 8 years ago
I'm also getting this issue. Seriously annoying. Probably something really 
simple but I just can't see it. 

Original comment by david.rz...@gmail.com on 28 Jun 2011 at 7:37

GoogleCodeExporter commented 8 years ago
It seems I had two copies of iTween in the project. One of them was not in the 
plugins folder so could also be that you need to make sure your iTween.cs is in 
a Plugins folder.

Original comment by david.rz...@gmail.com on 28 Jun 2011 at 7:48