Skip to content

Instantly share code, notes, and snippets.

View freddiebabord's full-sized avatar

Frederic Babord freddiebabord

View GitHub Profile
@freddiebabord
freddiebabord / AutoSaveEditor.cs
Last active April 25, 2018 19:22
Auto-Save Modified Scenes and Assets with sudo version history in Unity
// ===============================
// AUTHOR : Frederic Babord
// CREATE DATE : 24th April 2018
// PURPOSE : Auto-Save Modified Scenes and Assets in Unity
// SPECIAL NOTES : This script requires Asyncronous functions which REQUIRES C# 6.0 and .NET 4.6 which is
// experimental in Unity 2017 and stable in Unity 2018.
// MINIMUM Unity Version: 2017
// Needs to be placed in an Editor folder
// ===============================
// Change History: