Many of my templates supports PC and Mobile :3
But for Platform Fighter, it doesn't support mobile, however, you can easily throw mobile button objects and put them on UI Layer in the game scene, then in the events, so add the mobile button is pressed inside an OR condition in the control events for the player, for example:
OR
- D key is pressed.
- RightMobileButton is pressed.
Action:
- Simulate moving right to player.
I will keep that in mind though for future tutorials on my YT channel :)