using UnityEngine; public class CanvasScript : MonoBehaviour { void LateUpdate() { transform.forward = Camera.main.transform.forward; } }