unity_setup_project
Set up a Unity project by configuring the project path and verifying that the VRChat SDK is installed, including required assemblies and project structure.
Instructions
Configure Unity project path and verify VRChat SDK is installed. Checks for VRCSDK3-AVATAR, required assemblies, and project structure.
Parameters:
project_path: Path to Unity project root. If empty, uses UNITY_PROJECT_PATH env var.
verify_sdk: Check for VRC SDK presence (default: True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verify_sdk | No | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |