1 vote Vote

Popup Menu not clickable in Linux

MM 2.0.5
Unity 2019.4.5f1
Linux (Fedora)

1. open Graph Window
2. right-click for menu
3. try to select a subitem (eg. add-map-initial-noise)

The items are not clickable

Solution:
Popupmenu.cs
line 222

uncomment the lines so they look like this

#if (!UNITY_EDITOR_LINUX)
this.editorWindow.Repaint();
#endif

Lassie , 26.07.2020, 01:00
Idea status: completed

Comments

Wraith, 26.07.2020, 10:11
You can use new style menu by enabling experimental features in windows - MapMagic - settings
pure_luck, 09.02.2021, 21:05
Works out of the box in MM2 on Linux.
Wraith, 10.02.2021, 21:57
new style menu is turned on by default on 2.0.8

Leave a comment