Let’s look next at variables. Variables provide a means to keep track of states, values, text, and more. Variables are
a mechanism for storing information. In Unity, those variables can be exposed to the Inspector, so you no longer have
to open a script to make changes. This also lets you keep the scripts generic, so the same script can be used on several
different objects while allowing for custom settings for each individual object.