MoveableObject.cs 129 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 using UnityEngine; using System.Collections; public class MoveableObject : MonoBehaviour { public int objectNumber = 1; }