llafuente / unity-platformer

Unity platformer framework: IA, Ladders, Jumps, WallStick, WallJumps, Slopes, MovingPlatforms, OneWayPlatforms/Walls, Ropes and more...
MIT License
118 stars 23 forks source link

UI Button to jump for mobile #53

Open ozergul opened 6 years ago

ozergul commented 6 years ago

Hi, How can I create mobile game? How can handle inputs?

llafuente commented 6 years ago

take a look at: DefaultInput.cs There is a macro: UP_USE_CN_INPUT_MANAGER, that enable a plugin CnControls You need to download CnControls from the UnityStore and declare the macro at the top of that file.