Light Controller
The Light Controller components are updated by the Audio Reactive Light Controller Array and sets the color of Unity components.
There are 2 types included in the SDK:
- Light Controller Light: Sets the color of all the Unity Light components found in its children.
- Light Controller Material Emission: Sets the color of all Standard Material Emission Controller components found in its children. This light controller should be used for updating the emission strength of materials.
A Light Controller component will look for the correct components in its GameObject and all of its children, so a single Light Controller component can be used to update a group of lights for example.
The SDK also includes a Light Controller Group component, which allows grouping several Light Controller components of different types together.