suggest_animation_frames
Suggests frame indices and FPS hints for sprite sheet animations (walk, idle, etc.) by querying Unity AnimationClip data for a specified asset and animation.
Instructions
스프라이트 시트의 애니메이션(walk/idle/...)에 해당하는 frame_indices + fps_hint 를 반환한다 (Unity AnimationClip 직접 사용).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps_hint | Yes | ||
| frame_indices | Yes |