iTween inherits information from parent by default.
Adding "islocal" fixed the problem
My new line looks like this:
iTween.MoveTo(GameObject.Find("nameofobject"),iTween.Hash("z", 1.440323, "islocal", true, "time", 5));
↧