Serialization for C# Games | Chickensoft — Open source tools for Godot and C#
Serialization is incredibly important to games, and often painfully difficult to implement well. Unless you just like building serializers, you may find yourself putting off developing a save/load system, especially if you need more than just a simple "what level am I on?" mechanism.🪤 The Serialization TrapLike compilers, game engines, video games, and operating systems, serialization is a bit of a siren's call for programming enthusiasts. It seems easy at first: just write some data to a file...
Read more at chickensoft.games