Hi,
I have one game object and some factories in it, I have created a board or puzzle look like using factories to place some components(sprites with animations).
Now I want to have an effect where user clicks on menu button provided (not part of above game object) to make complete puzzle board to scale down
So basically I want to scale down or up the whole game object(all sprites in it to act accordingly), is it possible ?
Thanks