Answers for "getobject by tag unity"

7

how to find object by ag unity

yourObjects = GameObject.FindGameObjectsWithTag("Respawn");

//Youtube: https://www.youtube.com/channel/UCBDHOr2HKOuMiWUj-Pu-AGA
Posted by: Guest on February-08-2020
8

find gameobject with tag

GameObject.FindGameObjectsWithTag("Enemy");
Posted by: Guest on January-25-2020

Browse Popular Code Answers by Language