Home

Awesome

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

<p align="center"> <img src="https://raw.githubusercontent.com/BayatGames/SaveGameFree/master/Assets/BayatGames/SaveGameFree/PressKit/Unity%20Package%20Key%20Images%20-%20Large-01.png" alt="Save Game Free Logo" /> </p>

Features

The below features made Save Game Free excellent:

Download

:sparkles: Download from Asset Store

:rocket: Download the latest version from the Releases section

:fire: Download the Source Code

Getting Started

Here is a simple usage of Save Game Free:

SaveGame.Save<int> ( "score", score );

and the full is:

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

using BayatGames.SaveGameFree;

public class SimpleUsage : MonoBehaviour {

	public int score;

	void OnApplicationQuit () {

		SaveGame.Save<int> ( "score", score );

	}

}

Resources

:book: Documentation

:rocket: Patreon

:sparkles: Write Review

:star: Check out Save Game Pro

:fire: Forum Thread

:newspaper: Support and News

License

MIT @ Bayat Games

Made with :heart: by Bayat Games