Search Unity

Cant see 'Mobile Input' menu and other missing menu items

Discussion in 'Linux' started by email_unity15, Sep 18, 2018.

  1. email_unity15

    email_unity15

    Joined:
    Aug 26, 2018
    Posts:
    1
    Hi,

    I am trying to use the DualTouchControls prefab from the CrossPlatformInput library. I have imported this from the asset store into my project and dragged a DualTouchControls instance into my scene. I have also set the project to Android in Build Settings, and added an EventSystem component to my scene. However, I do not see a 'Mobile Input' menu, and neither do I see the controls when I run the scene. I have also set the colour of the controls but still I see nothing.

    I can successfully build and run on Andoid device though, but I dont see any dual touch controls.

    Also, it seems to me that menus are not working properly in general, as I also am missing some context menu items when I try to use 'Import Package' using the right-click on the Assets folder in my project. All I see is 'Custom Package...'.

    Is this a bug, am I doing something wrong or is this not supported?

    Help...!
     
  2. Deslumbrador

    Deslumbrador

    Joined:
    Aug 22, 2018
    Posts:
    1
    Hello. Did you fix the problem? I am facing the same issue..
     
  3. Final_fantasy18

    Final_fantasy18

    Joined:
    Jan 26, 2018
    Posts:
    3
    It could had been in the player setting under the scripting define symbols may have not update to mobile input

    check this video



    mie is working properly until i reset my player settings from android settings it went back to normal pc settings ( w,a,s,d ) controls so not i just need to switch platform and reswitch again to see if it updates.
     
  4. AnomMahartha

    AnomMahartha

    Joined:
    Jul 25, 2018
    Posts:
    2
    Maybe this step will help.
    1. Install Unity 2017.4.10.f1 or another version with Standart Asset built in like this picture. I recommend to install using Unity Hub
    upload_2019-8-30_12-40-36.png

    2. Backup your project for good. then Open your project using Unity as above (don't worry if there is an error, it will fixed when you open in previous Unity).
    3. Import the package like step 1
    4. Save your project
    5. Open your project with your Previous Unity. Done, now you can see Mobile Input Menu.
    (nb: Sorry for my bad english :))
     

    Attached Files:

  5. Elaimaz

    Elaimaz

    Joined:
    Aug 22, 2017
    Posts:
    1
    Same Problem Here using 2019.2.9f1, Any fix or alternative?
     
  6. balugaa

    balugaa

    Joined:
    Aug 20, 2020
    Posts:
    1
    Make sure you import the Cross Platform Input editor component
     
  7. djrafa

    djrafa

    Joined:
    Sep 22, 2020
    Posts:
    2
    Hi guys,

    You're missing a .cs for the editor.

    Required:
    upload_2020-10-6_21-15-14.png
     
    mhmtnlr likes this.
  8. djrafa

    djrafa

    Joined:
    Sep 22, 2020
    Posts:
    2
    See my comment above.
     
  9. notagoodinfluence

    notagoodinfluence

    Joined:
    Jun 4, 2021
    Posts:
    1
    thank you this worked