Is it possible to use the javascript version of iTween in my C# scripts? It seems the parameters are in a hashtable in javascript but are listed individually in the C# version. The C# version has a bug and I’d rather not wait for it to get fixed, so I’d rather just use the javascript version, but my project is in C#.
You sure can! Make a folder in your Assets called Plugins, put the JS version in there and head to:
http://dokidokigames.tumblr.com/tagged/iTween
and here:
http://dokidokigames.tumblr.com/post/592595330/added-a-simple-itween-c-scene
Nice! Thanks you.