So I’ve been trying out this new system where you create a tile once and make it static, and then I set the tiles in an array to that static tile, so its the same instance of the tile. Then, I tried to do lighting, and it didn’t work, because since its all the same tile, all the tiles have the same data, I can’t modify individual tiles. I was wondering if there was a way to get around this? Or do I just have to suck it up and create a new tile instance for every position in the array?