Search Unity

Problem with Monodevelop - Unity 5.5.0p1

Discussion in 'Linux' started by tommel1234, Feb 11, 2017.

  1. tommel1234

    tommel1234

    Joined:
    Jan 5, 2017
    Posts:
    8
    Hi !

    I don't know if I am the only one who have this bug, but when I use monodevelop with Unity 5.5.0, I can't have access the menus at the top of the window.. For example.. when i click on "version control" it open a empty menu..
     

    Attached Files:

  2. tuanzi88

    tuanzi88

    Joined:
    Sep 10, 2015
    Posts:
    19
    I met it either. And I fixed it via set the external script editor to "monodevelop" file rather than "MonoDevelop.exe" file. Copy detailed steps here:

    • Open Unity3d

    • Click Edit -> Preference menu button

    • Click External Tools (dialog tab)

    • Click External Script Editor (dropdown box)

    • Browse and open monodevelop file

      • in ubuntu its path is at: /opt/Unity/MonoDevelop/bin/monodevelop
    !!! NOT MonoDevelop.exe, but monodevelop file
     
  3. tommel1234

    tommel1234

    Joined:
    Jan 5, 2017
    Posts:
    8
    thank for your help! it work fine now !