Save & Load System
SGD300 2019 Project - RuanMV » Devlog
Introduction
I made a Save & Load system using Unity's binary formatter. The system will use the referenced player game object and get the position, current health, max health, current mana and max mana and serialize the data into a custom binary file. The data can also be deserialized and loaded from the binary file and restore any 'progress' the player has made.
In order to achieve this, I followed this YouTube video made by Brackeys to get an understanding of how the binary formatter works as this was my first time working with it.
Resources
SGD300 2019 Project - RuanMV
The purpose of this project is to emulate working in a team of programmers on the same project.
Status | Prototype |
Author | RuanMV |
Genre | Adventure, Role Playing |
Tags | Unity |
More posts
- Player CameraAug 06, 2019
Leave a comment
Log in with itch.io to leave a comment.