Open ozergul opened 6 years ago
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.
Hi, How can I create mobile game? How can handle inputs?