Topic: Handle Fight Input by code for mobile

Hello

      I am working for android and ios supported game i can manage all fighting move and hit by unity editor and keyboard but please let me know how we can handle input by code or can hit move by code.


Thanks

Share

Thumbs up Thumbs down

Re: Handle Fight Input by code for mobile

download controls freak from asset store and import in project ,
Go in global editor window ->input option -> select control freak.

Share

Thumbs up Thumbs down

Re: Handle Fight Input by code for mobile

only problem, you will need previous version of control freak, or wait for UFE 1.7.2 update......

Share

Thumbs up Thumbs down

4 (edited by christougher 2016-05-22 18:14:07)

Re: Handle Fight Input by code for mobile

Control Freak is great and when the latest version is compatible with ufe it will be even better. I highly recommend it, but you don't need it to call input through code. ufe works like most any unity add-on. You can use the standard unity input, define your keys and call getkeydown or whatever you have defined. Or there is c-input which I have no experience with but it's supposed to be WAY less lame and more customizable then the standard unity input

Share

Thumbs up Thumbs down