Besty0728

unity-history

"Undo/redo history management. Use when users want to undo, redo, or check edit history. Triggers: history, undo, redo, revert, previous state, Unity历史, Unity撤销, Unity重做."

Besty0728 1,168 118 Updated 3mo ago
GitHub

Install

npx skillscat add besty0728/unity-skills/unity-history

Install via the SkillsCat registry.

SKILL.md

History Skills

Manage Unity Editor undo/redo history.

Skills

history_undo

Undo the last operation.
Parameters: None.

history_redo

Redo the last undone operation.
Parameters: None.

history_get_current

Get current undo history state.
Parameters: None.