Quantcast
Channel: Answers by "podmaster"
Viewing all articles
Browse latest Browse all 30

Answer by podmaster

$
0
0
Find() its not recommended to use. You can create a new script "keepScale" attached to every child you want to keep in scale and do something like this: var originalScaleToKeep : float; function Start(){ originalScaleToKeep : float = transform.localScale.x; } function Update(){ transform.localScale.x = originalScaleToKeep; }

Viewing all articles
Browse latest Browse all 30

Trending Articles