using System.Collections; using System.Collections.Generic; using UnityEngine; public class UVAController : MonoBehaviour { // Use this for initialization void Awake () { transform.Rotate(new Vector3(-90, 0, 0)); } // Update is called once per frame void Update () { } }