Skip to content

Unity Asset for Save game data in binary files and Load game data from these binary files

License

Notifications You must be signed in to change notification settings

tarun-bisht/saload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Saload · GitHub license PRs Welcome Documentation

Saload is a tool to save and load data efficiently into games.

Why use Saload?

  • Security of game data: Save Game data securely into binary file which is harder to read and spoof.
  • Dealing with big Chunks of data: Deal with big chunk of data easily by wrapping all data into a class and saving its state, also data can be easily loaded into that class object.
  • Easy to use: Easily save and load data by its key. Also it is easy to use with custom classes of data.
  • Track: Easily track which keys have been saved yet.

(note: To be able to track the saved custom created objects use .saload extension to the binary file name while saving data.)

About

Unity Asset for Save game data in binary files and Load game data from these binary files

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages