setactive to false unity code example
Example 1: unity c# set gameobject active
gameObject.SetActive(true)
Example 2: unity how to set gameobjkect enabled
//This is for unity
GameObject.SetActive(true);
gameObject.SetActive(true)
//This is for unity
GameObject.SetActive(true);