unity-build
Installation
SKILL.md
unity-build
PREREQUISITE:
../unity-shared/SKILL.md
ワークフロー
1. /unity-verify Quick Verify コンパイルエラーがないことを確認
2. ビルド設定確認 u build settings --json
3. ビルドシーン確認 u build scenes --json
4. ビルド実行 u build run --target <platform> --output <path>
5. 結果確認 成功/失敗を報告
コマンド
u build settings --json # 現在の設定
u build scenes --json # ビルドシーン一覧
Related skills