Unity3D-Wine-Support / Unity3D-on-Wine

Scripts for making Unity3D run on Wine.
GNU General Public License v2.0
102 stars 59 forks source link

Unity Window not showing text #46

Closed bmontgom closed 9 years ago

bmontgom commented 9 years ago

Menus, including context menus show text. Everything else however, does not display text. Am I missing a font installation or something? Many thanks for the support!

screenshot from 2015-05-01 22 37 03

As you can see from the image, there is no text being displayed anywhere except for the menu bar at the top.

This image shows that the context menu is displaying correctly. screenshot from 2015-05-01 22 40 13

Any help would be greatly appreciated!

Radivarig commented 9 years ago

Have you seen #34 ?

Try adding Arial.TTF to ~/.wine/drive_c/windows/Fonts/Arial.TTF

jurf commented 9 years ago

What did you use to install Unity?

Looks like you're missing Tahoma or corefonts. I would install both.

With Winetricks you can do it like so: WINEPREFIX=~/wherever-your-wineprefix-is winetricks tahoma corefonts.

bmontgom commented 9 years ago

@Radivarig that fixed the issue. Thank you! I should note that there actually was already a file named "Arial.ttf" in there but I replaced it with the one I downloaded and that worked. I don't really understand why that worked, but it did. Thank you!