Hey guys, I have this prefab that is made up of three mesh pieces. A Light, a Pole, and a Base. They are setup in the following fashion:
-Base
-Pole
-Light
-Light Component
I want the light component to dim over time, but i want the script to be kept inside Base. How do I pull the light component into a variable in a script on Base so that I can edit aspects of light from there?