Answers for "how to find a child of object in unity"

C#
14

unity get child

GameObject Child;
Child = transform.GetChild(0).gameObject;
Posted by: Guest on February-21-2020
0

finding childeren in gameObject unity

GameObject.Find("item Name").GetComponentInChildren<choose from childeren>().chosen child = "choose here"
Posted by: Guest on February-17-2022

Code answers related to "how to find a child of object in unity"

C# Answers by Framework

Browse Popular Code Answers by Language