2D Touch Controls using Buttons

Good day :slight_smile: I’ve been working on our research project and somehow it is an adventure game , And i must put it in the android platforms can you help me on mobile touch controls using button for walk and jump i am a newbie
please this will be a big help Thankyouverymuch

I don’t use Android, I would do it like this.

// make a jump void thing

public void idk(){
jump(); 
}

When you click a UI button “make transparent” then it dose the action.