Answers for "return number of childs in a gameobject 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

C# Answers by Framework

Browse Popular Code Answers by Language