An introduction to using Arrays in Unity — In this article, you’ll start learning about effectively storing lists of data by using an Array, and how to retrieve set or random data from that Array. Prelude Now that we have a couple Items to drop, let’s see how we can store and access them effectively. This is how we…