Controls from Inside:
- We're hoping to avoid using on-screen buttons and basing the controls on swipe/drag gestures like so (and with the addition of swipe downwards to drop down)
Tutorial for adding basic mobile controls
Adding Mobile Controls - Unity
Script overview for accessing multi touch inputs
This would apply to our game in an interaction where the user could be able to use one finger to drag/move forward and use another finger to swipe up to jump while moving forward.
Multi Touch Input - Unity