概要
Game Dev provides a seamless interface for Large Language Models (LLMs) to directly interact with and manipulate game engines. It currently supports Unreal Engine 5 (5.4+) through its built-in Remote Control API, eliminating the need for custom plugins or C++ compilation. This tool allows developers and designers to engage in natural conversation with an LLM to perform a wide range of game development tasks, including spawning and managing actors, adjusting properties on any UObject, organizing and manipulating assets in the content browser, creating and configuring Blueprints from scratch, and managing levels. It also incorporates a comprehensive Knowledge Library of 35 built-in UE5 tutorials, allowing LLMs to look up technical information on demand without wasting context, and supports project-specific context storage for persistent knowledge across sessions.