Answers for "loop through each child of gameobject unity"

C#
3

unity foreach child

foreach(Transform child in transform)
{
	print(child.gameObject.name)
}
Posted by: Guest on April-22-2021

Code answers related to "loop through each child of gameobject unity"

C# Answers by Framework

Browse Popular Code Answers by Language