Skip to content

Instantly share code, notes, and snippets.

View JonathanMCarter's full-sized avatar

Jonathan Carter JonathanMCarter

View GitHub Profile
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
namespace Arcade.Saving
{
public static class SaveManager
{