Binary Serialization

Binary serialization saves data as compact bytes instead of human-readable text. The files are smaller and harder for players to hand-edit (no casually changing their gold count in a text editor). It's useful for large save files where performance and file size matter.

More in Data & Persistence

  1. ScriptableObjects
  2. JSON Serialization
  3. PlayerPrefs
  4. File I/O
  5. Binary Serialization

All 157 topics in the Learn Unity Roadmap