I need to get transform.scale of child.
how can I get a scale of a child, because this dont work…
error (this get the first transform (transform of the father), but I need of child transform).
transform.GetComponentInChildren (Transform).transform.localScale
this return to father