I have been working on a project where I generate a procedural terrain divided by meshes , now my idea is to save these meshes in a folder and then load only the ones I need.
I've seen that I can do it with FileStream but I do not know if this would be the best way.