Categories
Why can't I resize an object?
I can't resize an object, what's the reason?
TowerGiveDistant.transform.GetChild(1).GetChild(0).gameObject.transform.localScale.Set(4, 4, 4);
Answer the question
In order to leave comments, you need to log in
Try like this: transform.localScale = Vector3.one * 4f;
transform.localScale = Vector3.one * 4f;
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question