game-engines
Installation
SKILL.md
Game Engine Development: Unity & Godot
Develop games with Unity (C#) and Godot (GDScript) using command-line tools, editor automation, and MCP server integrations for asset management, scene editing, and build pipelines.
Direct Control (CLI / API / Scripting)
Unity CLI
# Unity paths
export UNITY_PATH="/Applications/Unity/Hub/Editor/2023.2.0f1/Unity.app/Contents/MacOS/Unity"
# Linux: /opt/unity/Editor/Unity
# Windows: "C:\Program Files\Unity\Hub\Editor\2023.2.0f1\Editor\Unity.exe"
# Create new Unity project
"$UNITY_PATH" -createProject /path/to/MyGame -quit
# Open Unity project
"$UNITY_PATH" -projectPath /path/to/MyGame
Related skills
More from phuetz/code-buddy
blender
Blender 3D modeling, animation, and rendering automation via Python bpy scripting and CLI
19figma
Automate Figma design workflows via REST API, Plugin API, and MCP integration
3github
Interact with GitHub using the gh CLI for issues, PRs, CI runs, releases, and API queries
3gif-search
Search and download GIFs from Tenor and Giphy APIs
3ableton-live
Ableton Live music production automation via OSC protocol, MIDI, and Max for Live
3gitlab
GitLab DevOps platform with CI/CD pipelines, API automation, and glab CLI control
3