All Projects → BayatGames → Savegamefree

BayatGames / Savegamefree

Licence: mit
Save Game Free is a free and simple but powerful solution for saving and loading game data in unity.

Projects that are alternatives of or similar to Savegamefree

JsonFormatter
Easy, Fast and Lightweight Json Formatter. (Serializer and Deserializer)
Stars: ✭ 26 (-90.68%)
Mutual labels:  serialization, serializer, json-serialization, unity-scripts, unity-asset, unity3d-plugin, serialization-library
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: ✭ 1,124 (+302.87%)
Mutual labels:  unity, unity3d, unity-scripts, unity3d-plugin, unity-asset
Restclient
🦄 Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! 🎮
Stars: ✭ 675 (+141.94%)
Mutual labels:  unity, unity3d, unity-scripts, unity3d-plugin, unity-asset
Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: ✭ 30 (-89.25%)
Mutual labels:  unity, unity3d, unity-scripts, unity3d-plugin, unity-asset
Csharp Eval Unity3d
C# Expression Parser for Unity3D
Stars: ✭ 102 (-63.44%)
Mutual labels:  unity, unity3d, unity-scripts, unity3d-plugin, unity-asset
Apple Signin Unity
Unity plugin to support Sign In With Apple Id
Stars: ✭ 228 (-18.28%)
Mutual labels:  unity, unity3d, unity-scripts, unity3d-plugin, unity-asset
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+1204.66%)
Mutual labels:  unity, unity3d, unity-scripts, unity3d-plugin, unity-asset
Succ
Sexy and Utilitarian Code Configuration
Stars: ✭ 100 (-64.16%)
Mutual labels:  serialization-library, serialization, unity, unity3d, unity3d-plugin
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (-88.89%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Unityasync
Task and Async Utility Package for Unity. Start co-routines from anywhere.
Stars: ✭ 58 (-79.21%)
Mutual labels:  unity, unity3d, unity-scripts, unity3d-plugin
Fancyscrollview
[Unity] A scrollview component that can implement highly flexible animations.
Stars: ✭ 1,216 (+335.84%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+605.38%)
Mutual labels:  unity, unity3d, unity-scripts, unity3d-plugin
Uduino
Simple and easy connection between Arduino and Unity
Stars: ✭ 25 (-91.04%)
Mutual labels:  unity, unity3d, unity3d-plugin, unity-asset
Lunar Unity Console
High-performance Unity iOS/Android logger built with native platform UI
Stars: ✭ 628 (+125.09%)
Mutual labels:  unity, unity3d, unity3d-plugin, unity-asset
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (-71.33%)
Mutual labels:  unity, unity3d, unity3d-plugin, unity-asset
Eminim
JSON serialization framework for Nim, works from a Stream directly to any type and back. Depends only on stdlib.
Stars: ✭ 32 (-88.53%)
Mutual labels:  serializer, serialization-library, serialization, json-serialization
Unity Ui Examples
📚 A collection of UI examples for Unity.
Stars: ✭ 152 (-45.52%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Realtime Csg For Unity
Realtime-CSG, CSG level editor for Unity
Stars: ✭ 281 (+0.72%)
Mutual labels:  unity, unity3d, unity3d-plugin, unity-asset
Opencvforunity
OpenCV for Unity (Untiy Asset Plugin)
Stars: ✭ 359 (+28.67%)
Mutual labels:  unity, unity3d, unity3d-plugin, unity-asset
Unity3d Rainbow Folders
This asset allows you to set custom icons for any folder in unity project browser.
Stars: ✭ 519 (+86.02%)
Mutual labels:  unity, unity3d, unity3d-plugin, unity-asset

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].