Question by
binodlamagr · May 07, 2019 at 02:01 PM ·
scripting problembugfirst-person-controllercrossplatformjoysticks
why Crossplatform input Joystick behaving weirdly with FirstPersonController from Standard Assets?
I am using FPSController form unity standard assets, using a joystick (from Crossplatform input or from any other pack) works completely fine on unity editor. However, when I build apk or play using unity remote 5 on a mobile device, the joystick doesn't work as it is supposed to.
I found that disabling script attached with FPSController makes the joystick move fine but now the FPSController is not moving because the script attached with it is disabled.
Anybody getting this issue. Any help is greatly appreciated
FPSController is from unity standard assets. Scene used: example scene of https://assetstore.unity.com/…/input-m…/joystick-pack-107631 Unity version: 2018.3.13f1
Comment