SrejonKhan / SceneAutoSave

An Editor Tools for Unity Engine to automatically save Dirty Scene.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save Auto Scene

Automatically saves dirty scene to specific folder after a certain period of time. It's more likely to backup snapshot of scene.

Installation

Download latest releast from Releases. Or, put SceneAutoSave.cs to Editor folder.

After that, open editor window from Window -> SceneAutoSave. Set it anywhere in editor to keep in front all the time. It won't work if it is behind any other inspector or other window, as it can't call OnInspectorUpdate().

Todo

  • Automatically saves dirty scene
  • Scene diff (Differentiate last saved scene)
  • Scene Comparing
  • Support for non-focused update

About

An Editor Tools for Unity Engine to automatically save Dirty Scene.


Languages

Language:C# 100.0%