I am trying to make a code for a block based survival game. I have gotten far enough to where the player can place blocks. Here is what I need help with:
How can I get the game to write down each and every block the player places and remember where the player placed, as well as what texture/material the block had? Basically how can I create a save and load function for the player placed blocks?