DEV Community

Harry Tanama
Harry Tanama

Posted on

Making Game Engine with Editor from Nothing - Save and Load Scene

Implemented data serialization
The game engine can now save the current model, meshes, color, etc and it can also load the save data and render the model, meshes, color, etc into the game engine

Top comments (0)