johnatm / itween

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

iTween wont work in Unity Flash #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i used iTween in my project for a pc version, now i want to convert it to flash 
with Unity 3.5 and iTween is not making the process possible, the screen shot 
shows the error i get. 
thanks.

Original issue reported on code.google.com by iFari...@gmail.com on 21 Feb 2012 at 4:21

Attachments:

GoogleCodeExporter commented 8 years ago
http://blog.almostlogical.com/resources/iTweenFlashReady/iTween.cs work's inf 
flash, but:
-ColorTo & ColorFrom are unsupported as they cause an infinite loop (reason 
unknown)
-FadeTo & FadeFrom are unsupported as they cause an infinite loop (reason 
unknown)
-Flash player throws a silent error on Destroy of iTween component (should not 
effect anything but will show up in Flash debug)

Original comment by yura415 on 19 Sep 2012 at 4:13