Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A texture which adapts the image it displays based on the currently connected controller.Useful for button prompts in UI elements.
Key Prompt Texture
This plugin allows showing a different texture depending on the currently connected controller through the KeyPromptTexture
class.
Key Prompt Configuration:
Editing controller_name_mappings.json
allows one to change how devices are mapped to the textures displayed.
The textures themselves can be found and changed under res://addons/key_prompt_texture/textures
.
Details can also be found in the class documentation for KeyPromptTexture
.
Localization:
Different button prompts can be shown in different locales by using Godot's asset remapping tool on the base key prompt images.
Credits:
Ships by default with Xelu's Free Controller Prompts (CC0).
License:
This project is available under the BSD Zero Clause License.
A texture which adapts the image it displays based on the currently connected controller.
Useful for button prompts in UI elements.
Reviews
Quick Information

A texture which adapts the image it displays based on the currently connected controller.Useful for button prompts in UI elements.