Skip to content

eviltwo/UnitySteamInputGlyphLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steam Input Glyph Loader

Load steam input glyph using Unity InputSystem.

Check out InputGlyphs that use this package!

image

Require packages

Install with UPM

https://github.com/eviltwo/UnitySteamInputGlyphLoader.git?path=UnitySteamInputGlyphLoader/Assets/UnitySteamInputGlyphLoader

Code example

Check Samples for more details.

var texture2d = SteamInputGlyphLoader.LoadGlyph(Gamepad.current, binding.effectivePath, ESteamInputGlyphSize.k_ESteamInputGlyphSize_Small);