Answers for "get child with certain name of an object unity"

C#
13

unity get child

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

unity find child by name

aFinger = transform.Find("LeftShoulder/Arm/Hand/Finger");
Posted by: Guest on October-11-2021

Code answers related to "get child with certain name of an object unity"

C# Answers by Framework

Browse Popular Code Answers by Language