restore_scene_backup
Restore a Godot scene from a previous backup to rollback unwanted changes. Specify a backup file or use the latest backup automatically.
Instructions
[OPTION B - Part 2] Restore a scene (.tscn) from a previously created backup. Use this as a rollback if a scene mutation went wrong. Provide the backupPath returned by backup_scene, or leave empty to restore the most recent backup for that scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Scene path relative to project (e.g. scenes/level.tscn) — the destination to restore to | |
| backupPath | No | Optional: full path to specific backup file. If omitted, restores the most recent backup for this scene. |