Let’s say we need an array of things for our game. Things could be items, or characters, etc.. All the things share certain traits, so we’re going to create a custom class for our things (superheroes), use a monobehavior script to initialize the objects, and serialize the custom class so…