Mobile, Get One Side of Screen to move character right and other side to move character left?

Been Struggling with this forever and can’t find a solution.

Here you go :slight_smile:

This takes the screen size, splits it in half, and determines if Touch Pressed resides on the left or right of it. You’ll likely want to use some logic with Touch Released as well, but this should give an idea of how that will work