Unity で Tween を行う時に便利な Asset 、 iTween の使い方。 iTween for Unity by Bob Berkebile (pixelplacement) http://itween.pixelplacement.com/index.php MoveBy MoveBy メソッドは相対的な移動を行います。 x座標を +2 した位置までこのスクリプトが追加された GameObject を移動させる場合は( C# の場合)この様なプログラムになります。 using UnityEngine; using System.Collections; public class MoveSample : MonoBehaviour { void Start(){ iTween.MoveBy(gameObject, iTween.Hash("x", 2, "easeType"