how to acivate a game object unity

Code Example - how to acivate a game object unity

                
                        void Start ()
  {
    gameObject.SetActive(false); // Disables the game object
  }
                    
                
 

unity how to set gameobjkect enabled

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