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
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026