Creates and initializes new Unity scenes with customizable setups and loading modes directly from the terminal.
The Scene Create skill empowers developers to programmatically generate Unity scene files within their project assets using Claude Code. By interfacing with the Unity Editor via MCP, it allows for the rapid scaffolding of game levels or test environments without leaving the command line. Users can specify the target file path, choose between an empty scene or one with default game objects (like a camera and light), and determine if the scene should be opened additively or as a standalone project, significantly accelerating the initial setup phase of game development.
주요 기능
01Supports both Single and Additive loading modes
02Returns detailed scene metadata including build index and instance ID
03Automated .unity scene file generation
04Configurable initial setups (Empty or Default GameObjects)
05Seamless integration with Unity Editor via unity-mcp-cli
061 GitHub stars
사용 사례
01Rapidly scaffolding multiple level layouts during the prototyping phase
02Automating the setup of additive UI or lighting scenes in multi-scene architectures
03Creating dedicated test scenes for isolated component or mechanic debugging