Answers for "how to get count of child gameobject in unity"

C#
8

unity get number of child objects

// The number of child objects is given by:
GameObject.transform.childCount;
Posted by: Guest on March-07-2020

Code answers related to "how to get count of child gameobject in unity"

C# Answers by Framework

Browse Popular Code Answers by Language