unity-blueprints

Generates starter architecture blueprints for small Unity games across seven genres.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/du-qwq/Shader-Writing-Architecture-and-Specifications --skill unity-blueprints-du-qwq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/du-qwq/Shader-Writing-Architecture-and-Specifications/tree/main/.agents/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/du-qwq/Shader-Writing-Architecture-and-Specifications --skill unity-blueprints-du-qwq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new mini-game from scratch often leads to over-engineered frameworks or unstructured code. This Skill provides lightweight, genre-specific architecture skeletons so you can scaffold a platformer, shooter, runner, puzzle, tower-defense, clicker, or card game with a clear core loop and minimal script inventory. ## Core Features & Use Cases - Genre Blueprints: Covers 2D platformer, top-down shooter, endless runner, puzzle, tower defense, clicker/incremental, and card/turn-based prototypes. - Structured Output: Delivers core loop, recommended scenes, modules, initial script list, data/config assets, UI responsibilities, and simplification guidance. - Use Case: When you say "做个平台跳跃" or "how do I structure a tower defense game", the Skill returns a minimal viable architecture instead of a bloated template. ## Quick Start Ask the assistant to outline a starter architecture blueprint for a 2D platformer in Unity, including scenes, scripts, and data assets.

Frequently Asked Questions about unity-blueprints

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a small Unity game from scratch?

Start with a genre-specific blueprint that defines the core loop, recommended scenes, modules, and an initial script list. This Skill provides minimal architectures for platformers, shooters, runners, puzzles, tower defense, clickers, and card games without framework sprawl.

What game genres does this Unity blueprint skill support?

It supports seven blueprint styles: 2D platformer, top-down shooter, endless runner, puzzle/interaction game, tower defense, clicker/incremental, and card/turn-based prototype. Each blueprint includes scenes, modules, scripts, data assets, and UI responsibilities.

Does this skill generate actual Unity C# scripts?

No, it is documentation-only and produces architecture guidance rather than code files. It outputs a script inventory and structural recommendations that you then implement yourself in Unity.

When should I not use a starter architecture blueprint?

Avoid it when building a large production game that needs a full framework, or when you already have an established project structure. The blueprints intentionally favor the smallest viable skeleton over future-proof, reusable templates.

Can I request a blueprint in Chinese for a Unity game?

Yes, the Skill triggers on Chinese requests such as "做个平台跳跃" or "塔防怎么搭". It responds with the same structured blueprint covering core loop, scenes, modules, and scripts.