Eli Pinkerton
Eli Pinkerton
Currently, I have a solution setup that's simplified to something like: Project A gets an EmptyKeys UI generated for it through its dependent projects. Project B gets an EmptyKeys UI...
✓ Add toggle to include headings (defaults to off) in rollover- this is useful for my personal workflow. Right now items under heads are carried over, but the headings themselves...
# The Problem Currently, controller retrieval through `SteamInput.Controllers` allocates memory every time it is called due to having to create the enumerator object to statefully walk through `yield return`. Most...