0
Q:

unity gameobject.findobjectswith tag set active

//ESEMPIO

public GameObject Player;

public void Start()
{
	Player = GameObject.FindGameObjectWithTag("PLAYER TAG").SetActive(false);
}

1
 GameObject.FindGameObjectWithTag("myTag").SetActive(false);
0

New to Communities?

Join the community