Hey guys, first post so be nice
I’ve been working on some stuff in unity over the past week and have been moving along pretty well but have hit a stump.
Basically I want to Instantiate a series of boxes (in the form of a grid, each are prefabs) but i want to be able to reference each of them individually. My initial thought was multi-dimensional array of prefabs but i can’t seem find out how to do it.
Any thoughts or can you think of a better way to go about it?