// Update is called once per frame void Update() { if (Input.anyKeyDown && Time.time > 5) { TitlePanel.OnKashi(); } }