Quantcast
Channel: Answers for "GameObject.Find() work on inactive objects"
Viewing all articles
Browse latest Browse all 45

Answer by Stalli

$
0
0
Here I need to find an child inactive object named "CheckPicture" of parent "objectParam". objectParam.GetComponentsInChildren().FirstOrDefault(component => component.gameObject.name == "CheckPicture");

Viewing all articles
Browse latest Browse all 45

Trending Articles