Edit of asset "InputForge" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | InputForge | InputForge |
| Description |
A UE5-inspired Enhanced Input System for Godot 4 C#. Map physical keys to gameplay actions using context stacks — the same key can mean different things in different contexts. Configured entirely via the Inspector with no custom editor UI required. Features: - Context stack: push/pop InputMappingContext resources at runtime - Unified InputKey: keyboard, mouse, and gamepad in one resource - Modifier pipeline: Deadzone, Invert, Normalize, Scale, Swizzle - Trigger pipeline: OnKeyDown, OnKeyUp, OnChange, Continuous - Type-safe callbacks: Action<bool>, Action<float>, Action<Vector2>, Action<Vector3> - No Godot InputMap dependency - Auto-registers EnhancedInputSystem autoload on plugin enable |
A UE5-inspired Enhanced Input System for Godot 4 C#. Map physical keys to gameplay actions using context stacks — the same key can mean different things in different contexts. Configured entirely via the Inspector with no custom editor UI required. Features: - Context stack: push/pop InputMappingContext resources at runtime - Unified InputKey: keyboard, mouse, and gamepad in one resource - Modifier pipeline: Deadzone, Invert, Normalize, Scale, Swizzle - Trigger pipeline: OnKeyDown, OnKeyUp, OnChange, Continuous - Type-safe callbacks: Action<bool>, Action<float>, Action<Vector2>, Action<Vector3> - No Godot InputMap dependency - Auto-registers EnhancedInputSystem autoload on plugin enable |
| Category | Scripts | Scripts |
| License | MIT | MIT |
| Repository Provider | Custom | Custom |
| Repository Url | https://github.com/pandoraoyun/InputForge | https://github.com/pandoraoyun/InputForge |
| Issues Url | https://github.com/pandoraoyun/InputForge/issues | https://github.com/pandoraoyun/InputForge/issues |
| Godot version | Godot 4.7 | Godot 4.7 |
| Version String | 0.1.0 | 0.1.0 |
| Download Commit | https://github.com/pandoraoyun/InputForge/archive/refs/tags/v0.1.0.zip | https://github.com/pandoraoyun/InputForge/archive/refs/tags/v0.1.0.zip |
| Download Url (Computed) | https://github.com/pandoraoyun/InputForge/archive/refs/tags/v0.1.0.zip | https://github.com/pandoraoyun/InputForge/archive/refs/tags/v0.1.0.zip |
| Icon Url |
https://raw.githubusercontent.com/pandoraoyun/InputForge/main/addons/input_forge/icon.png
|
https://raw.githubusercontent.com/pandoraoyun/InputForge/main/addons/input_forge/icon.png
|