Skip to content

LB_LocalDataManager saves your data to local and load data from local.

License

Notifications You must be signed in to change notification settings

cosgunhalil/LB_LocalDataManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LB_LocalDataManager

LB_LocalDataManager is a generic data saver and loader.

You can serialize your classes using JsonUtility and save them to your local storage. Also you can load data from your local storage.

LB_LocalDataSaver

Local data saver is a part of our data management system. Local Data Saver saves your data to your local storage through using generic "SaveData(T dataObject)" method.

LB_LocalDataLoader

Local data saver second part of our data management system. You can load data from your local storage through using generic "T LoadData(string fileName)" method.

About

LB_LocalDataManager saves your data to local and load data from local.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages