Let say I have a root object.
Inside root contains another child object.
Inside child object contains another grandChild object.
ex: Root → Child → GrandChild
But when I do scaling on root object in script, it only affects the child but not grandChild.
I wonder how can I achieve the effect of whenever I apply different scaling values on root, it will change the child and grandChild objects too.