Unity C# Tutorial: Containers: Using arrays, lists and dictionaries


We often need to store sets of related information. For example, the items in our inventory or game settings. This is where arrays, lists and dictionaries (also known as containers or collections) come in handy.

Find the code here: https://github.com/GameDevEducation/DevEssential_Containers