The Wayback Machine - https://web.archive.org/web/20200729132107/https://github.com/BayatGames/SaveGameFree
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.vs
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Save Game Free

Save Game Free is a free and simple but powerful solution for saving and loading game data in Unity Game Engine.

πŸš€ Get Save Game Pro

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

✨ Download from Asset Store

πŸš€ Download the latest version from the Releases section

πŸ”₯ 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

πŸ“– Documentation

πŸš€ Patreon

✨ Write Review

⭐ Check out Save Game Pro

πŸ”₯ Forum Thread

πŸ“° Support and News

License

MIT @ Bayat Games

Made with ❀️ by Bayat Games

You can’t perform that action at this time.