Guys, i´m trying to ignore joystick from script. At run time, I tryed to set uicamera to ignore joystick inputs without success.
How i would do that:
UICamera.ignoreControllerInput = true;
or
UICamera.current.useController = false;
or
UICamera.disableController = true
or what?
thanks