private void OnTriggerEnter2D(Collider2D collision) { if (collision.transform.tag == "Player") { myScene.SetScene(loadPrefab, startPointId); } }