Ref: http://answers.unity3d.com/questions/17347/any-examples-of-an-iphone-like-scrollview-using-un.html using UnityEngine; using System.Collections; public class scrollView : MonoBehaviour { Vector2 scrollPosition; Touch touch; // The string to display inside the scrollview.