hi,I know this question has already been asked but i want a very very simple way of getting swipe detection. For now i just want swiped to be printed in the console when you swipe up. The script i would like would be something ike this
void Update() {
if("however you do the swipe thing") {
Debug.log("hi");
}
}
any other script would also be apreciated.