I added several GUI buttons on the bottom right of the screen that will open different menus or activate different things. I want to add little keyboard letters next to each button, and pressing the keys on the keyboard would activate those buttons. This works perfectly fine on a pc, but its irrelevant on touchscreen and console devices. So my question is how do I change the scripts/GUI's depending on the player's platform? Because on console, it would be different inputs, and on touchscreen, it would just be tapping the buttons. So is there any way to detect the platform of a player or make my game more cross-platform friendly? Thank you for reading!