"LED Board" is the Unity Asset. The main task is to create an "LED Board" object, representing a scoreboard with text consisting of "LED" elements. Depending on the text being introduced, each element is able to change its color and use different interfering’s. The effect of movement and flickering is also available.
The package presents an asset and an example of its use. Asset is a set of scripts, prefabs.
General scheme of "Satellite Inspector" package [folders]:
General scheme prefab dependences
This is the main prefab. It is placed on stage with the help of the “Tools team -> Create Led Board”. The prefab includes the “LedBaordScript(Script)” component that manages LetterField, Led, Led_Sphere, and other object settings. The Prefab has settings in the inspector:
Settings:
LetterField.prefab
This prefab is controlled by the LedBoardScript(Script) component in the “LedBoard.prefab” prefab. This auxiliary prefab is designed to create a single character field.
Led.prefab и Led_Sphere.prefab
This prefab is controlled by the LedBoardScript(Script) component in the “LedBoard.prefab prefab”. These prefabs create an LED element.
General scheme of scripts