You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening RUE in a windows game running on wine causes the taskbar to open, but no text is rendered, and buttons shrink to their minimum size.
According to my experiments this is because the font for the default unity gui skin is Arial.ttf, which by default is not installed in a wineprefix.
Installing arial via winetricks solved the issue.
I thought I'd report it here in case anyone else is stupidbrave enough to develop mods on linux.