Scene view bookmarks. Use when users want to save, recall, or manage camera positions in the editor. Triggers: bookmark, save view, goto, camera position, viewpoint, 书签, 视角, 保存视图.
Save and recall Scene View camera positions.
Mode: Full-Auto required
DO NOT (common hallucinations):
bookmark_save does not exist → use bookmark_setbookmark_load / bookmark_restore do not exist → use bookmark_gotobookmark_remove does not exist → use bookmark_deleteRouting:
workflow modulescene modulebookmark_setSave current Scene View camera position as a bookmark.
bookmarkName (string): Bookmark name.bookmark_gotoMove Scene View camera to a saved bookmark. Parameters:
bookmarkName (string): Bookmark name.bookmark_listList all saved bookmarks. Parameters: None.
bookmark_deleteDelete a saved bookmark. Parameters:
bookmarkName (string): Bookmark name.Exact names, parameters, defaults, and returns are defined by GET /skills/schema or unity_skills.get_skill_schema(), not by this file.