GitHub - prashant-singh/SaveGameData: :floppy_disk: Save and Load Game data with encryption for Unity3D. · GitHub
Skip to content

prashant-singh/SaveGameData

Folders and files

Repository files navigation

Save and Load Game Data

Save and Load Game data with encryption for Unity3D.

Save and Load Logo

download GitHub GitHub release

Getting Started

using Prashant.SaveGameData;

then

GameData.Save(data,"yourpassword");

here data is an object of your "Data Class".

data = GameData.Load(data,"yourpassword");

pass the default data to create a new file if the file doesn't exist.

That's it.

About

💾 Save and Load Game data with encryption for Unity3D.

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages