Hello everyone,
I have done some modifications to the iTween source code to make it compatible with Windows Store Apps. I would like to share it with the community.
https://dl.dropboxusercontent.com/u/60493728/iTween_W8/iTween.cs
Example usage:
iTween.MoveTo (testGameObject, iTween.Hash(“position”, new Vector3(1,1,1), “time”, 2));
Regards