Hello.
Right now I am trying to launch my project on a smartphone. I tried to make my own Touch Interface with some buttons but they weren’t working. Maybe I’ve done something wrong.
Sometimes I see Inputs like Touch 1 Touch 2 Touch 3 … How do they work? Has anyone tried something with the Touch Interface before? If so, could you provide some info how it’s done?
Thanks
Michael
Hey Michael,
I’m pretty new to this and am trying to figure out the PROPER way to use touch interface as well. But if you’d like to be able to test your gameplay until someone more experienced gives a best-practices answer, try this:
- Create a widget for your HUD that consists of some buttons / sliders that you can bind to your desired character events when “pressed / released”.
I’m currently using this method on my mobile game, but I don’t plan to package it this way.