Home Unreal Engine

Player control problem

Hi there,

I'm building a platformer for iOS and I'm in the final stages of development at the moment. The game works rather well when I test it on PC in the mobile previewer but when I cook the game and test it on my iPhone I get a little problem. I implemented four buttons for controlling the character (left, right, jump, shoot) through kismet and as I said it works just fine on PC. On the iPhone my character moves fine when I press the right button but when I press left it just keeps walking backwards instead of turning. For implementing the character movement I used the UDNPlayerController.uc provided by Epic and when playing the game on my device it feels like that whole bunch of code is being ignored. Does anyone know what could be the problem? Appreciate any help you can give me.

Cheers!

Replies

Sign In or Register to comment.