retarget-create-profile — for Claude Code retarget-create-profile, Sandbox, community, for Claude Code, ide skills, ### Troubleshooting If, npm install -g unity-mcp-cli, npx unity-mcp-cli, assetPath, string

v1.0.0

Об этом навыке

Подходящий сценарий: Ideal for AI agents that need retarget pro / create profile. Локализованное описание: Read the /unity-initial-setup skill for detailed installation instructions. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Возможности

Retarget Pro / Create Profile
unity-mcp-cli run-tool retarget-create-profile --input '{
"assetPath": "string value",
"sourceCharacterPath": "string value",
"targetCharacterPath": "string value",

# Ключевые темы

TecVooDoo TecVooDoo
[0]
[0]
Обновлено: 3/30/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Подходящий сценарий: Ideal for AI agents that need retarget pro / create profile. Локализованное описание: Read the /unity-initial-setup skill for detailed installation instructions. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Зачем использовать этот навык

Рекомендация: retarget-create-profile helps agents retarget pro / create profile. Read the /unity-initial-setup skill for detailed installation instructions. This AI agent skill supports Claude Code, Cursor, and

Подходит лучше всего

Подходящий сценарий: Ideal for AI agents that need retarget pro / create profile.

Реализуемые кейсы использования for retarget-create-profile

Сценарий использования: Retarget Pro / Create Profile
Сценарий использования: unity-mcp-cli run-tool retarget-create-profile --input '{
Сценарий использования: "assetPath": "string value",

! Безопасность и ограничения

  • Ограничение: sourceCharacterPath string Yes Asset path to the source character prefab (retarget FROM). Must have KRigComponent.
  • Ограничение: targetCharacterPath string Yes Asset path to the target character prefab (retarget TO). Must have KRigComponent.
  • Ограничение: Must have KRigComponent

About The Source

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs-демо

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ и шаги установки

These questions and steps mirror the structured data on this page for better search understanding.

? Частые вопросы

Что такое retarget-create-profile?

Подходящий сценарий: Ideal for AI agents that need retarget pro / create profile. Локализованное описание: Read the /unity-initial-setup skill for detailed installation instructions. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Как установить retarget-create-profile?

Выполните команду: npx killer-skills add TecVooDoo/Sandbox. Она работает с Cursor, Windsurf, VS Code, Claude Code и более чем 19 другими IDE.

Для чего можно использовать retarget-create-profile?

Ключевые сценарии использования: Сценарий использования: Retarget Pro / Create Profile, Сценарий использования: unity-mcp-cli run-tool retarget-create-profile --input '{, Сценарий использования: "assetPath": "string value",.

Какие IDE совместимы с retarget-create-profile?

Этот навык совместим с Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Для единой установки используйте CLI Killer-Skills.

Есть ли ограничения у retarget-create-profile?

Ограничение: sourceCharacterPath string Yes Asset path to the source character prefab (retarget FROM). Must have KRigComponent.. Ограничение: targetCharacterPath string Yes Asset path to the target character prefab (retarget TO). Must have KRigComponent.. Ограничение: Must have KRigComponent.

Как установить этот skill

  1. 1. Откройте терминал

    Откройте терминал или командную строку в директории проекта.

  2. 2. Запустите команду установки

    Выполните: npx killer-skills add TecVooDoo/Sandbox. CLI автоматически определит вашу IDE или агента и настроит навык.

  3. 3. Начните использовать skill

    Skill уже активен. Ваш AI-агент может сразу использовать retarget-create-profile в текущем проекте.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

retarget-create-profile

Read the /unity-initial-setup skill for detailed installation instructions. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Retarget

SKILL.md
Readonly
Upstream Repository Material
The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Retarget Pro / Create Profile

How to Call

bash
1unity-mcp-cli run-tool retarget-create-profile --input '{ 2 "assetPath": "string_value", 3 "sourceCharacterPath": "string_value", 4 "targetCharacterPath": "string_value", 5 "sourceRigPath": "string_value", 6 "targetRigPath": "string_value", 7 "sourcePosePath": "string_value", 8 "targetPosePath": "string_value" 9}'

For complex input (multi-line strings, code), save the JSON to a file and use:

bash
1unity-mcp-cli run-tool retarget-create-profile --input-file args.json

Or pipe via stdin (recommended):

bash
1unity-mcp-cli run-tool retarget-create-profile --input-file - <<'EOF' 2{"param": "value"} 3EOF

Troubleshooting

If unity-mcp-cli is not found, either install it globally (npm install -g unity-mcp-cli) or use npx unity-mcp-cli instead. Read the /unity-initial-setup skill for detailed installation instructions.

Input

NameTypeRequiredDescription
assetPathstringYesAsset path for the new profile (e.g. 'Assets/_Sandbox/_AQS/Data/Retarget/PolyToAC.asset').
sourceCharacterPathstringYesAsset path to the source character prefab (retarget FROM). Must have KRigComponent.
targetCharacterPathstringYesAsset path to the target character prefab (retarget TO). Must have KRigComponent.
sourceRigPathstringNoAsset path to the source KRig asset. Null to skip (set manually in Inspector).
targetRigPathstringNoAsset path to the target KRig asset. Null to skip (set manually in Inspector).
sourcePosePathstringNoAsset path to the source reference pose AnimationClip (A-pose or T-pose). Null to skip.
targetPosePathstringNoAsset path to the target reference pose AnimationClip (A-pose or T-pose). Null to skip.

Input JSON Schema

json
1{ 2 "type": "object", 3 "properties": { 4 "assetPath": { 5 "type": "string" 6 }, 7 "sourceCharacterPath": { 8 "type": "string" 9 }, 10 "targetCharacterPath": { 11 "type": "string" 12 }, 13 "sourceRigPath": { 14 "type": "string" 15 }, 16 "targetRigPath": { 17 "type": "string" 18 }, 19 "sourcePosePath": { 20 "type": "string" 21 }, 22 "targetPosePath": { 23 "type": "string" 24 } 25 }, 26 "required": [ 27 "assetPath", 28 "sourceCharacterPath", 29 "targetCharacterPath" 30 ] 31}

Output

Output JSON Schema

json
1{ 2 "type": "object", 3 "properties": { 4 "result": { 5 "$ref": "#/$defs/MCPTools.RetargetPro.Editor.Tool_RetargetPro+CreateProfileResponse" 6 } 7 }, 8 "$defs": { 9 "MCPTools.RetargetPro.Editor.Tool_RetargetPro+CreateProfileResponse": { 10 "type": "object", 11 "properties": { 12 "assetPath": { 13 "type": "string", 14 "description": "Asset path where profile was saved" 15 }, 16 "sourceCharacter": { 17 "type": "string", 18 "description": "Source character name" 19 }, 20 "targetCharacter": { 21 "type": "string", 22 "description": "Target character name" 23 }, 24 "hasSourceRig": { 25 "type": "boolean", 26 "description": "Source rig assigned" 27 }, 28 "hasTargetRig": { 29 "type": "boolean", 30 "description": "Target rig assigned" 31 }, 32 "hasSourcePose": { 33 "type": "boolean", 34 "description": "Source pose assigned" 35 }, 36 "hasTargetPose": { 37 "type": "boolean", 38 "description": "Target pose assigned" 39 } 40 }, 41 "required": [ 42 "hasSourceRig", 43 "hasTargetRig", 44 "hasSourcePose", 45 "hasTargetPose" 46 ] 47 } 48 }, 49 "required": [ 50 "result" 51 ] 52}

Связанные навыки

Looking for an alternative to retarget-create-profile or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Локализованное описание: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Локализованное описание: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor

flags

Logo of vercel
vercel

Локализованное описание: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Локализованное описание: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Разработчик