unity destroy self

Code Example - unity destroy self

                
                        Destroy(gameObject);
                    
                
 

destroy gameobject unity

                        
                                Destroy(this.gameObject);
                            
                        
 

Related code examples