setactive unity

Code Example - setactive unity

                
                        gameObject.SetActive(true);
gameObject.SetActive(false);
                    
                
 

unity how to set gameobjkect enabled

                        
                                //This is for unity
GameObject.SetActive(true);
                            
                        
 

unity enable gameobject

                        
                                GameObject.Find("PlayMenu 3").SetActive(false);
// you could also store a GameObject as  variable