Horje
unity how to get a child from a gameobject Code Example
how to get an child of an gameobject
// By Name
GameObject Child = GameObjectsTransform.Find("NameOfChild").gameObject

// By index
GameObject Child = GameObjectsTransform.GetChild(The child index).gameObject
unity how to get a child from a gameobject
//For unity engine
GameObject.transform.GetChild(The child index).transform;




Csharp

Related
how to set rigidbody velocity in unity Code Example how to set rigidbody velocity in unity Code Example
write text files with C# Code Example write text files with C# Code Example
c# check if string is path or file Code Example c# check if string is path or file Code Example
delete file from FTP c# Code Example delete file from FTP c# Code Example
add object to list c# Code Example add object to list c# Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7