# SaveGameFree **Repository Path**: zhangkaipeng/SaveGameFree ## Basic Information - **Project Name**: SaveGameFree - **Description**: Save Game Free is a free and simple but powerful solution for saving and loading game data in unity. - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-21 - **Last Updated**: 2022-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Save Game Free Save Game Free is a free and simple but powerful solution for saving and loading game data in Unity Game Engine. [:rocket: Get Save Game Pro](https://github.com/EmpireAssets/SaveGamePro/)

Save Game Free Logo

## Features The below features made Save Game Free excellent: - Cross Platform (Windows, Linux, Mac OS X, Android, iOS, tvOS, SamsungTV, WebGL, ...) - Auto Save - Web Support - Encryption - Easy to Use - Simple but Powerful yet ## Download [:sparkles: Download from Asset Store](https://www.assetstore.unity3d.com/#!/content/81519?aid=1101l3ncK) [:rocket: Download the latest version from the Releases section](https://github.com/EmpireAssets/SaveGameFree/releases/latest) [:fire: Download the Source Code](https://github.com/EmpireAssets/SaveGameFree/archive/master.zip) ## Getting Started Here is a simple usage of Save Game Free: ```csharp SaveGame.Save ( "score", score ); ``` and the full is: ```csharp using System.Collections; using System.Collections.Generic; using UnityEngine; using BayatGames.SaveGameFree; public class SimpleUsage : MonoBehaviour { public int score; void OnApplicationQuit () { SaveGame.Save ( "score", score ); } } ``` ## Resources [:book: Documentation](https://bayatgames.com/docs/save-game-free/) [:rocket: Patreon](https://www.patreon.com/BayatGames) [:sparkles: Write Review](https://www.assetstore.unity3d.com/#!/content/81519) [:star: Check out Save Game Pro](https://github.com/EmpireAssets/SaveGamePro/) [:fire: Forum Thread](https://forum.unity3d.com/threads/released-empireassets-save-game-free.457658/) [:newspaper: Support and News](https://github.com/BayatGames/Support) ## License MIT @ [Bayat Games](https://github.com/BayatGames) Made with :heart: by [Bayat Games](https://github.com/BayatGames)