1. AddForce

GetComponent<Rigidbody2D>().AddForce(Vector3.up * 500f);

Untitled

2. SetActive

Untitled