unity_publish_avatar
Publishes a Unity avatar to VRChat. Attempts CLI publish first; if not available, returns instructions for GUI publishing.
Instructions
Publish avatar to VRChat. Requires VRC SDK and logged-in session. This tool attempts CLI publish first. If that fails (GUI-only publish flow), it returns instructions for using computer-use MCP to click through the SDK GUI.
Parameters:
project_path: Unity project path
avatar_object: Root avatar GameObject name in scene
avatar_name: Display name on VRChat (default: same as avatar_object)
description: Avatar description
tags: Comma-separated tags
release_status: "private" or "public" (default: "private")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| avatar_name | No | ||
| description | No | ||
| project_path | No | ||
| avatar_object | No | ||
| release_status | No | private |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |