You are currently viewing Time Machine: Undo-Redo Scripts

Time Machine: Undo-Redo Scripts

Download Time Machine: Undo-Redo Scripts Free Unity.

Time Machine is a convenient Undo/Redo script package for Unity that allows you to easily and quickly perform commands/actions that can be undone or redone. It comes with a general command that can be used to set variables or properties on any Unity Component. It also has examples of how to write custom undo/redo commands, and a level demonstrating how to use Time Machine. Advanced usage of these scripts requires some C# scripting knowledge.

Use Cases
* Add Undo/Redo support to your game. Such as in game editors, advanced customatization screens, and more!