I have a ‘Game Controller’ script with an number of objects defined in the schema (ball1, ball2, ball3…)
These objects have a script attached to it ‘Ball Controller’ and within the ball controller there is a function ‘changeTexture’. How can I call the changeTexture function on each ball within the Game Controller script?
Thanks!