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:
- Forum User Guides : How to mark a topic as solved
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: