Input Rebinding Conflict Checker
Parse Unity Input Actions JSON (or a manual matrix) for duplicate paths, collisions, and gaps.
Generate a starter action manifest structure and keep naming consistent across patches.
Actions are grouped by "set" names you choose (e.g. menu, ingame). We emit KeyValues-style text you can adapt. Related: glyph mapper.
"InGameActions_MyGame"
{
"ingame"
{
"move_forward"
{
"type" "analog"
}
"fire"
{
"type" "digital"
}
}
"menu"
{
"pause"
{
"type" "digital"
}
}
}Publishing checklist
Loading interactive tool…
Parse Unity Input Actions JSON (or a manual matrix) for duplicate paths, collisions, and gaps.
Wizard: JSON / PlayerPrefs / file → persistence blueprint, schema, and C#-style starter snippets.
Map actions to Xbox / PlayStation / Switch / generic glyphs; export CSV / JSON prompt keys.
Model keyboard ↔ gamepad switching, debounce, disconnect — state notes and Mermaid diagram export.
Questionnaire against Deck guidance: readability, launcher, gamepad-first, resolution — scored report.
Generate Steamworks-sized PNGs from one master image, ZIP export, safe-area inspector, and policy reminders.