using UnityEngine; public class CursorScript : MonoBehaviour { void Start() { Cursor.visible = false; } }