Skip to content
Hasan Bayat edited this page Sep 7, 2017 · 8 revisions

Welcome to the Save Game Free wiki!

Here you will learn how to use the save game free in your awesome games.

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

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

📖 API Documentation

📖 Examples

✨ Write Review

🔥 Community Thread

❤️ Contribute to us

🚀 Add your Game to our Showcase

License

MIT @ Bayat Games

Made with ❤️ by Bayat Games