-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Texts do not draw #148
Comments
None of the texts draw for me in top menu row, so I assume some font is missing from my wine installation. If someone would find fonts used, we could add it to dependencies list for Linux users, so that they could populate their wineprefixes right. |
Editor should not use system fonts, All fonts are included and are generated to texture by Unity itself. I just checked and on top app-menu fonts are not assigned so its using default font: Arial. It should use Roboto font included in the the project instead. Just pushed fix for that, assigned Roboto everywhere where Arial was used 405a787 If font is still not rendering in new builds then 99% issue is with text fields being too small so text is culled. Maybe something changed between Unity releases or even something is different on Linux. Or maybe it even not scale correctly on some resolutions. Solution is to make these fields like 1-2 pixels bigger. |
v0.703-alpha |
Hello, there.
Just unpacked version v0.704-alpha, and I think that some text elements are not drawn:
Another example in the side bar:
Direct3D:
Version: Direct3D 11.0 [level 11.0]
Renderer: NVIDIA GeForce GT 740M (ID=0x1292)
Vendor:
VRAM: 2009 MB
Driver: 25.21.14.2531
The text was updated successfully, but these errors were encountered: