how to use Destroy(gameObject); in unity Csharp code example
Example: unity remove gameobject
// To remove a GameObject use the function 'Destroy()'
Destroy(gameObject);
// To remove a GameObject use the function 'Destroy()'
Destroy(gameObject);