Camera Relative Controls not working on windows device

Hi, Can anyone assist me with fixing the controller issue i am having?

I built a game i am working on for android using Camera Relative controls for my main character and everything works fine, my character moves nicely. but when I now decide to do a build for Windows phone and I test it on my windows device, the character controls aint working and my character is not moving at all.

Your help will be appreciates thank you.

Hi,

could you explain a little bit more what you’re doing and how you’re doing it? What’s ‘Camera Relative Controls’?

HI, thank you for the reply. I am fairly new to unity and what I am trying to do is to have the dame little game that I have created for my Android device to also work on my windows device. I am using Unity 4.3.4.

So deploying the game for my android, I can my main controller setting working fine, it moves the character left, right, forward and backward. But now with the same setting for my character controller, when I deploy the game for WindowsPhone I can not move the character and the Joystics (GUi Texture) aint even moving when I touch on them.

Hope I explained it well, thank you.

How are those particular joysticks implemented? How are you processing input?

Hi Sorry for the late reply.

I used the default Relative Character controller which i imported from the character controller package when starting my project. so I am not making any customization to the controllers and they are Javascript coded. Might you have a solution for me please?

Hi, Thank you for your time. I fixed the issue, I just had a script conflicting with the joystick controller script. Now it is running smoothly!