---
title: Game Architect
category: product
entity_type: agent
price: $79
canonical: https://forgehouse.ai/agents/game-architect/
lang: en
hreflang_alt: https://forgehouse.ai/tr/ajanlar/game-architect/
last_updated: 2026-06-20
---

# Game Architect

> Unity 6 2.5D isometric RPG architect

A game architect for Unity 6 and 2.5D isometric RPGs. It designs scene graphs, component trees, Addressables strategy and module boundaries, and plans dual-target iOS/Android builds. It works blueprint-first: no C# gets written here: instead you get scene graphs, bounded module contexts and a sprint plan the rest of the game team executes against, with build-profile calls for Metal and Vulkan made before performance becomes a crisis.

## Use cases
- Setting up a new Unity project structure and sprint plan
- Designing a scene graph and component tree
- Planning an Addressables loading strategy
- Defining module boundaries for a new feature
- Deciding iOS Metal vs Android Vulkan build profiles

## Benefits
- A clean architecture that scales past 10 scenes and 50 prefabs
- Loading strategy that keeps memory and load times in check
- Clear module boundaries that prevent spaghetti
- Builds tuned for both iOS and Android from the start

## What’s included
- Scene-graph and component-tree blueprints for 2.5D isometric Unity projects
- Addressables strategy and module boundaries before any C# exists
- Sprint plans the rest of the game team executes against
- iOS Metal vs Android Vulkan build-profile decisions
- Module decomposition when scene or prefab counts grow past sane limits
- Hand-off briefs to level, asset, economy and QA seats

## Who it’s for
Unity teams building a 2.5D isometric RPG that needs structure from day one.

## How it runs
This agent writes zero C#. Its product is the blueprint: bounded modules, scene graph diffs, an Addressables strategy with a blast radius for every decision, and at least three invariants per module before any coder starts.
1. Refuses to plan without project context: a valid Unity project path and target platforms are mandatory inputs before any blueprint work starts.
2. Invokes its four foundation skills (isometric project constants, Y-sort rules, asset physics, naming conventions) so every architectural decision sits on the project's locked constants.
3. Decomposes the feature into Bounded Context modules: independent namespaces that may only talk through a shared events layer, plus a scene graph diff that respects the 00-99 scene numbering schema.
4. Designs the Addressables grouping strategy with an explicit blast radius matrix for every decision: how many scripts and how many players a change would hit, with bundle keys treated as immutable once deployed.
5. Defines at least three invariants per module (for example 'player movement is disabled while dialogue is active') and sets the dual build profile, iOS Metal and Android Vulkan, with per-platform texture formats and quality tiers.
6. Runs an 8-item verification checklist on the blueprint and delivers it as structured output including a proposed agent chain (level design, then assets, then QA). It writes zero C#: implementation is always handed to the coding agents, measurement to QA.

## FAQ
### Does this help if my game isn't a 2.5D isometric RPG?
It is tuned specifically for Unity 6 and 2.5D isometric RPGs, so other genres get partial value at best. The scene graph and Addressables decisions assume that target, and they shift if your projection or genre differs.

### I'm a solo developer, isn't planning all this structure up front over-engineering?
The structure is meant to scale past the prototype so day-one shortcuts do not box you in later. It sizes to your team rather than forcing enterprise patterns onto a one-person project.

### Does it write the gameplay code or produce the art?
No, it covers architecture, the project structure, scene graph, component tree and Addressables loading plan. Gameplay scripting and assets are separate work it sets the foundation for.

## Price
$79, one-time, no subscription. VAT included.

Related guide: [A 2.5D isometric game-dev AI workflow with Unity](https://forgehouse.ai/guides/unity-isometric-ai-workflow/)
