https://github.com/sacristan/ahhnoldio
Simple Safe Performant Minimalistic SaveFile API for Unity
https://github.com/sacristan/ahhnoldio
Last synced: 9 days ago
JSON representation
Simple Safe Performant Minimalistic SaveFile API for Unity
- Host: GitHub
- URL: https://github.com/sacristan/ahhnoldio
- Owner: Sacristan
- License: unlicense
- Created: 2020-06-10T20:10:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T10:35:17.000Z (about 2 months ago)
- Last Synced: 2025-04-23T11:34:49.285Z (about 2 months ago)
- Language: C#
- Homepage: https://girtskesteris.xyz
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# What is this?
Simple Safe Performant Minimalistic SaveFile API for Unity# How it works
* Packer packs / unpacks data to/from a binary OR JSON file
* Saved data is hashed and hash info added to file
* When loading file its possible to check whether data hash matches the one saved - to avoid edited save files (fe using any hex editor)
* SaveFile versions packed / unpacked automatically
* Smaller save file sizes# How to add to Your project
* Open Unity package manager
* Add package from Git URL
* Paste link `https://github.com/Sacristan/AhhnoldIO.git`# What save types are supported:
* Binary file via Binary Writer / Reader
* JSON Serialization# How to use?
* Import Example and check it out :)# Used in games:
* Gorytale: `https://store.steampowered.com/app/973850/Gorytale/`
* MineClone: `https://www.crazygames.com/game/mine-clone`
* Shave & Stuff: `https://www.meta.com/experiences/7532973430077887/`
* Pets & Stuff: `https://www.meta.com/experiences/7818625474831202/`
* Zombie Cleanup Service: `https://www.meta.com/experiences/4571033812974975/`# Collaboration?
Yes!