How to change the Scale of all objects in an array. I did this: public GameObject [] scaler;
void Update(){ if(landscape)... What's next? I need to know how to access these GameObjects in an array. In the inspector, of course, drag them to the array. thank