My save system finally brings over progress from each level in my progress tracking system.
However, the problem is that when the collectables are picked up and destroyed, when I re-enter the level, they respawn. But I don’t want them to respawn.
How would I go about doing this? Would it make sense to have a boolean array with a new index for every pick-up and save that, or is there a better way?