Permalink
Cannot retrieve contributors at this time
using UnityEngine; | |
using System.Collections; | |
public class Track2 : MonoBehaviour { | |
// Use this for initialization | |
void Start () { | |
iTween.MoveTo(gameObject, iTween.Hash("path", iTweenPath.GetPath("Track2"), 180)); | |
} | |
// Update is called once per frame | |
void Update () { | |
} | |
} |