I’ve been developing the UI for my game and I’m having serious trouble with making a UI that looks clean on both devices. The problem is the jump button on mobile is right dab in the center where I want the UI to be. I moved the main menu upwards and out of the way.
Is there an “easy” way to do this? A simple programming trick to trigger which UI should be visible by determining what platform the player is on? Thanks.
I’ve been looking into userinputservice but unfortunately I’m pretty bad with programming, haven’t been able to figure out how to work with it. Would you happen to know how to write the function to do as such?