Implements Unity input with explicit action maps, device support, and UI/gameplay separation. Useful for multi-device support, rebinding, and accessibility.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-game-dev-code:unity-input-systemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement Unity input with explicit action maps, device support, and UI/gameplay separation.
Implement Unity input with explicit action maps, device support, and UI/gameplay separation.
npx claudepluginhub mrcalderon3d/everything-game-dev-codeDesigns input systems around player intent and supported device families, separating raw device input from gameplay/UI actions. Supports rebinding, context switching, and multiple control schemes.
Unity 6 Input System guide. Use when handling player input, controls, gamepad, keyboard, mouse, touch, or XR controllers. Covers the new Input System package (recommended), Input Actions, Action Maps, Control Schemes, PlayerInput component, and input debugging. Based on Unity 6.3 LTS documentation.
Implements input handling in Godot 4.3+ using InputEvent system, Input Map actions, controller/gamepad, mouse/touch, and action rebinding.