TopDownCharCtrl
6 tools in this family (folder Editor/Tools/TopDownCharCtrl/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
tdcc_apply_default_template | writes | One-shot: pick a preset (iso_roguelite | iso_arpg | horde_survival | top_down_shooter) and emit t… |
tdcc_bind_to_inventory | writes | Wire the generated TdccHurtbox into the InventoryAi consumable pipeline by emitting |
tdcc_generate_code | writes | Emit TdccController.cs, TdccAimResolver.cs, TdccDashAbility.cs (when dash_enabled) and TdccHurtbox.c… |
tdcc_propose_from_prompt | read-only | Buril Top-Down Character Controller — Build a draft TdccSpec from a brief. Returns a IsoRoguelite-fl… |
tdcc_simulate_dash_iframes | read-only | Monte-Carlo simulate dash-vs-attack timings. Samples N trials where the player presses dash at a |
tdcc_validate_spec | read-only | Validate a TdccSpec. Returns { ok, errors[] }. Always run this before tdcc_generate_code or |