unity-platformer icon indicating copy to clipboard operation
unity-platformer copied to clipboard

UI Button to jump for mobile

Open ozergul opened this issue 6 years ago • 1 comments

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

ozergul avatar Mar 06 '18 19:03 ozergul

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.

llafuente avatar Mar 07 '18 11:03 llafuente