Skip to content

Instantly share code, notes, and snippets.

View proboscis's full-sized avatar

Proboscis proboscis

View GitHub Profile
@proboscis
proboscis / AutoSave.cs
Last active August 29, 2015 14:07 — forked from tsubaki/AutoSave.cs
using System.Collections;
using UnityEditor;
using UnityEngine;
using System.IO;
[InitializeOnLoad]
public class AutoSave
{
public static readonly string manualSaveKey = "autosave@manualSave";