How To Save Your Game In Unity with XML | Files Included

Project Files: In this video I show you how to create save game files in Unity using XML serialization. This method is really easy to expand upon, and will allow you to easily create save files using whatever information you want to store. Moving on, you can improve upon the performance of this script using ID checks so only certain values have to be replaced in the xml. I also recommend using an object pooling system upon spawning serializable actors or c
Back to Top