Hey guys,
I’ve been searching around and haven’t found anything. Any help is really appreciated.
What is the correct syntax for hiding a gameObject with a tag? I know about gameObject.SetActive (false); but do not know how to do it with a tag.
Here’s what I have:
GameObject.FindGameObjectsWithTag("myTag");
I don’t know where or how to set that SetActive(false);
Any help or links is greatly appreciated.
Thanks!