unity-platformer
unity-platformer copied to clipboard
UI Button to jump for mobile
Hi, How can I create mobile game? How can handle inputs?
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.