hi there, just wondering how i can keep certain objects the player collected “deleted” after the player goes into another level and comes back (imagine, a building, each room is a different level, and the player will go back and forth the levels). Right now everytime the player will come back to the previous levels, all the items respawned.
I am using the gameinstance to collect my object collected variables, but i dont see a good way of telling the level not to spawn these items(theyre actors dropped onto the map) or in case of multiple objects of the same class(like coins) makes me wonder even more about this.
looking forward to ideas and suggestions!