I’m trying to make a settings program for a project I’m working on, and I need a way to unload objects. I probably will need the objects later, but I don’t want them constantly loaded in memory, because I want to make my program as lightweight as I can.
I’ve tried nulling my objects, and it does null them, but now I can’t RE-load them.