Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eviltwo/inputglyphs
Displays glyphs (icons) of keyboard & mouse or controller buttons detected by Unity's InputSystem.
https://github.com/eviltwo/inputglyphs
controller gamepad inputsystem steam steamworks unity unity3d upm-package
Last synced: 3 months ago
JSON representation
Displays glyphs (icons) of keyboard & mouse or controller buttons detected by Unity's InputSystem.
- Host: GitHub
- URL: https://github.com/eviltwo/inputglyphs
- Owner: eviltwo
- License: mit
- Created: 2024-07-04T09:35:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T05:56:29.000Z (5 months ago)
- Last Synced: 2024-10-10T10:40:13.128Z (3 months ago)
- Topics: controller, gamepad, inputsystem, steam, steamworks, unity, unity3d, upm-package
- Language: C#
- Homepage: https://eviltwo.github.io/InputGlyphs_Docs/
- Size: 2.53 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Input Glyphs
InputGlyphs is a package designed to display button glyph images (icons) of input devices detected by Unity's InputSystem. It is easy to install and designed to allow for the extension of devices and glyph images.The glyph images in the game will automatically switch according to the device in use.
The package includes pre-configured glyph images for keyboards & mice and various controllers, but you can add or change your own glyph images or use the glyphs provided by Steamworks.
![Duo player glyphs](https://eviltwo.github.io/InputGlyphs_Docs/assets/duo_glyphs.png)
# Purchase from Asset Store
https://assetstore.unity.com/packages/slug/289760# Install with UPM
```
https://github.com/eviltwo/InputGlyphs.git?path=InputGlyphs/Assets/InputGlyphs
```
To retrieve a specific version, append `#1.0.0` at the end.# Documentation
https://eviltwo.github.io/InputGlyphs_Docs/For information on the licenses of the assets used by this package, please refer to [Third-Party Notices.txt](InputGlyphs/Assets/InputGlyphs/Third-Party%20Notices.txt).