Hello,
I would like to transfer the control of the Unity template “Platformer Microgame” to buttons, unfortunately I have little experience and wanted to ask if someone can help me?
regards
Tim
Hello,
I would like to transfer the control of the Unity template “Platformer Microgame” to buttons, unfortunately I have little experience and wanted to ask if someone can help me?
regards
Tim
Do you mean UI buttons like on a touchscreen? You can get lots of tutorials for those on Youtube.
The main piece of engineering is to figure out where in the Platformer Microgame they accept and process the input.
When you find that, just create buttons (as per a tutorial) and connect their output to the same point.