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!