using UnityEngine; using System.Collections; public class SimpleMenu : MonoBehaviour { // Use this for initialization void Start () { //TODO Use XInput to } // Update is called once per frame void Update () { } }