From 4aefcfd47f50e7cf46e6461b9c374d139cf2f099 Mon Sep 17 00:00:00 2001 From: uzihead Date: Fri, 27 Mar 2026 14:09:01 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6dd22d6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# unity-save-system + +A generic, game-agnostic save system supporting multiple save slots, sessions, auto-saves, and dual JSON/Binary serialization. \ No newline at end of file