delete object in unity code example Example 1: delete in unity Destroy(GameObject obj); Example 2: how to destroy an object in unity Destroy(gameObject);