Going through a tutorial on 2D gaming from Mybringback.
http://www.mybringback.com/series/unity-2d-game-development/
It’s adapting first person controls to a 2D game. I’m now trying to build a game based on Mybringback’s project. I want to make it so that the character moves left, right, or jump with swipe gestures.
I got the gesture code down, but I cannot find a way to access the method call that triggers jumping or movement. I could try and make it myself, but I prefer the more stable coding that came with the First Person Controller.
I tried googling but can’t come up with anything.