What is the checkbox in the Unity Inspector Tab Called?

Hi,

You cannot make any GUI elements in the Inspector invisible. If you want to disable the game object, call SetActive(false); in a script attached to the game object.


See also: