Do you mean "delete" it by "disappear"?
Just Instantiate it and call a function on your object with
yield return new WaitForSeconds(1);
Destroy(gameObject);
Do you mean "delete" it by "disappear"?
Just Instantiate it and call a function on your object with
yield return new WaitForSeconds(1);
Destroy(gameObject);