Hello - is there any easy way to disable 'Right click' being used as a finger for PC? Not much intention on using for mobile, atleast yet. But the right click acting as a finger causing some issues with another package used for clicking on meshes for character navigation. Hoping you can help!

    kane245 Hi !
    On the Camera script itself you can choose the action for right click, but I just realized that there is no "none" option.

    You can add it by opening CameraBase.cs, and editing the InputMap definition like so:

    Then you will be able to select "None" for the right click action on the camera 😉

    Another option:
    On the TouchCameraInput game object, you have a few options you can try to disable regarding your needs:

    Thanks!

      Write a Reply...