Search Unity

Issue with Scroll Rect and Mobile Input (FPS controller prefab)

Discussion in 'UGUI & TextMesh Pro' started by nachocgi, Nov 25, 2019.

  1. nachocgi

    nachocgi

    Joined:
    Mar 13, 2018
    Posts:
    18
    Hi guys, I am making an App with an UI that contains buttons and Scroll Rects (with selectable items).

    All works fantastic until I change the regular camera to the First Person Controller Prefab from the Unity Standard Asset (with Mobile Input), to be able to move in the scene when I check the Camera Icon, and to be able to interact with the UI when isnt cheked (that does work OK)




    The problem is since I´ve put the FPS controller (with DualTouchControl for Mobile Input, also active in the menu-> Mobile Input Enabled), the Scroll Rects stop scrolling (you can select the items but theres no scroll).

    I tried to change layer orders (front, behind...), change the screen space type in the own canvas of the DualTouchControl, disable Mobile Input, etc....but no luck.

    Has anyone fought with a similar setup before?
    Thanks guys!!!!