Unity project: Setting up Variables

3 months ago
83

When we create a variable, it uses memory allocated from our computers to store that value. All of them needs a name, a data type and an access specifier. In unity, the editor allows us to change the values of variables while the game is running. This allows us to test values that could fit within our project.

Loading comments...