cjddmut / Unity-2D-Platformer-Controller

A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes a player controlled prefab that can be dropped into any scene for immediate support.
MIT License
868 stars 163 forks source link

How I can have Touch Control? #68

Closed alisaffari97 closed 7 years ago

alisaffari97 commented 7 years ago

I want to export an apk file for android. How i can create touch control for my game?

cjddmut commented 7 years ago

You'll need to create a controller that listens for touch input and sends the information to the motor. The controller supplied in this package does that but for keyboard (as an example).