Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to see text on Unity 5 running through wine on ubuntu

I installed unity 5 on my ubuntu desktop. But when i am running it, it is not coming like this i.e. no text is shown. enter image description here

like image 340
Prakhar Avatar asked Mar 08 '15 22:03

Prakhar


2 Answers

Seems like you don't have required MS fonts(also it uses IE8).

Try to install winetricks, and then running

winetricks tahoma corefonts ie8

There are is Unity3D-Wine-Support repository on GitHub(with almost same aproach) and pretty big Unity3d Wiki page about running editor on Linux(with several approaches) - you can check them out.

like image 197
rufanov Avatar answered Sep 22 '22 06:09

rufanov


Unity 5 is working with Wine, even the store! And I didn't need to configure any extra files as with 4.6. At least for me... I guess you need to install the tahoma script as stated here:

https://github.com/Unity3D-Wine-Support/Unity3D-on-Wine/issues/43#issuecomment-77771887

(Tested @ Ubuntu 14.04, Wine 1.7.37 and PlayOnLinux 4.2.2)

like image 42
wrepijmk Avatar answered Sep 25 '22 06:09

wrepijmk